Html Css Color HEX #E718CC Shocking Pink

📋 copy color: '#E718CC'

red 231 ◦ green 24 ◦ blue 204

#E718CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #E718CC

Tints of Shocking Pink #E718CC

RGB

 RED value IS 231 (90.63% from 255) = 50.33%

 GREEN value IS 24 (9.77% from 255) = 5.23%

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 50.33%
G = 5.23%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E718CC (or 0xE718CC) is known color: Shocking Pink. HEX triplet: E7, 18 and CC. RGB value is (231,24,204). Sum of RGB (Red+Green+Blue) = 231+24+204=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E718CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718CC is #18E733. Grayscale: #696969. Windows color (decimal): -1632052 or 13375719. OLE color: 13375719.

HSL color Cylindrical-coordinate representation of color #E718CC: hue angle of 307.83º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E718CC is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 24 204 -
CMYK 0 0.90 0.12 0.09
HSL 307.83º 0.81% 0.5% -
HSV(B) 307.83º 0.9% 0.91% -
XYZ 44.18 22 59.04 -
YUV 106.41 183.08 216.86 -
System Red Green Blue C M Y K H S L
Decimal 231 24 204 0 0.90 0.12 0.09 307.83 0.81 0.5
Hex E7 18 CC 0 5A C 9 134 51 32
Octal 347 30 314 0 132 14 11 464 121 62
Binary 11100111 11000 11001100 0 1011010 1100 1001 100110100 1010001 110010

Color Harmonies of #E718CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E718CC

Black with #E718CC

Text Example


Text Example

White with #E718CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E718CC; }

 p { color: rgb(231,24,204); }

 H1.HeaderClassName
 {
   color: #E718CC;
 }
 .AnyTagClassName
 {
   color: #E718CC;
 }
</style>

background-color css

<style>
 a { background-color: #E718CC; }

 a { background-color: rgb(231,24,204); }

 div.DivClassName
 {
   background-color: #E718CC;
 }
 .BgClassName
 {
   background-color: #E718CC;
 }
</style>

border-color css

<style>
 span { border-color: #E718CC; }

 span { border-color: rgb(231,24,204); }

 td.TdClassName
 {
   border-color: #E718CC;
 }
 .TagClassName
 {
   border-color: #E718CC;
 }
</style>