COLOR #E763CC

HEX: #E763CC
RGB: (231,99,204)

Color info

#E763CC contains mainly red and blue colors. Web safe color of #E763CC is #FF66CC (or #F6C).

RGB color model

#E763CC color RGB value is (231,99,204).

  • red value is 231;
  • green value is 99;
  • blue value is 204.
RGB:
(231,99,204)
(91%,39%,80%)

RGB channels and saturation

R 231 of 255 = 91%
G 99 of 255 = 39%
B 204 of 255 = 80%

231
99
204

R + G + B ~ 70%. #E763CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 99 + 204 = 534 (100%)
R 231 of 534 ~ 43.26%
G 99 of 534 ~ 18.54%
B 204 of 534 ~ 38.2%

%43.26
%18.54
%38.2

CMYK color model

#E763CC color CMYK value is (0,57,12,9).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 11.69%
  • key color value is 9.41%
CMYK:
(0,57,12,9)
C0M57Y12K9 
(0%,57%,12%,9%)
(0.00/0.57/0.12/0.09)	

CMYK percentages

%0
%57.14
%11.69
%9.41

Codes

Color #E763CC in popluar color models

E763CC
RGB23199204
HSL312°73.33%64.71%
HSB/HSV312°57.14%90.59%
CMYK0.00%57.14%11.69%
9.41%

Color #E763CC in popluar number systems.

HEXE763CC
Decimal23199204
Binary11100111110001111001100
Octal347143314

Shades and tints

Shades of #E763CC

#E763CC
(231,99,204)
#D25ABA
(210,90,186)
#BD51A8
(189,81,168)
#A84896
(168,72,150)
#933F84
(147,63,132)
#7E3672
(126,54,114)
#692D60
(105,45,96)
#54244E
(84,36,78)
#3F1B3C
(63,27,60)
#2A122A
(42,18,42)
#150918
(21,9,24)
#000000
(0,0,0)

Tints of #E763CC

#E763CC
(231,99,204)
#E971D0
(233,113,208)
#EB7FD4
(235,127,212)
#ED8DD8
(237,141,216)
#EF9BDC
(239,155,220)
#F1A9E0
(241,169,224)
#F3B7E4
(243,183,228)
#F5C5E8
(245,197,232)
#F7D3EC
(247,211,236)
#F9E1F0
(249,225,240)
#FBEFF4
(251,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E763CC color. Also use rgb(231,99,204) instead hex code.

Text Font Color

.myTextColor { color: #E763CC; }

<p style="color:#E763CC">This sample text font color is #E763CC.</p>

This text font color is #E763CC.


Background Color

.myBgColor { background-color: #E763CC; }

<div style="background-color:#E763CC">Inner text</div>

This div background color is #E763CC.


Border color

.myBorderColor { border: 1px solid #E763CC; }

<div style="border:3px solid #E763CC">Div</div>

This div border color is #E763CC.


Opacity

.myOpacity80 { color: #E763CC; opacity: 0.8; }

<p style="color:#E763CC;opacity:0.8;">80%</p>

Text with #E763CC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E763CC;}

<p style="text-shadow: 3px 3px 1px #E763CC">Text here.</p>

This text has shadow with #E763CC color.

.textShadow {text-shadow: 3px 3px 1px #E763CC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E763CC, 5px 5px 20px red">Text here.</p>

This text has shadow with #E763CC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E763CC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E763CC, Direction=45, Strength=4)">Text</p>

This text has shadow with #E763CC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E763CC;
  -webkit-box-shadow:	1px 1px 3px 2px #E763CC;
  box-shadow:		1px 1px 3px 2px #E763CC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E763CC;
-webkit-box-shadow: 1px 1px 3px 2px #E763CC;
box-shadow:1px 1px 3px 2px #E763CC;">
Div content here</div>
This div box has shadow with color #E763CC.

Preview

Color preview on black background

This text has color #E763CC on black background.


Color preview on white background

This text has color #E763CC on white background.



Black color preview on #E763CC background

This text has black color on #E763CC background.


White color preview on #E763CC background

This text has white color on #E763CC background.