Html Css Color HEX #EE15CC Shocking Pink

📋 copy color: '#EE15CC'

red 238 ◦ green 21 ◦ blue 204

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

Shades of Shocking Pink #EE15CC

Tints of Shocking Pink #EE15CC

RGB

 RED value IS 238 (93.36% from 255) = 51.4%

 GREEN value IS 21 (8.59% from 255) = 4.54%

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

R = 51.4%
G = 4.54%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE15CC (or 0xEE15CC) is known color: Shocking Pink. HEX triplet: EE, 15 and CC. RGB value is (238,21,204). Sum of RGB (Red+Green+Blue) = 238+21+204=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE15CC is #11EA33. Grayscale: #6A6A6A. Windows color (decimal): -1174068 or 13374958. OLE color: 13374958.

HSL color Cylindrical-coordinate representation of color #EE15CC: hue angle of 309.4º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE15CC is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 21 204 -
CMYK 0 0.91 0.14 0.07
HSL 309.4º 0.86% 0.51% -
HSV(B) 309.4º 0.91% 0.93% -
XYZ 46.43 23.07 59.13 -
YUV 106.75 182.89 221.62 -
System Red Green Blue C M Y K H S L
Decimal 238 21 204 0 0.91 0.14 0.07 309.4 0.86 0.51
Hex EE 15 CC 0 5B E 7 135 56 33
Octal 356 25 314 0 133 16 7 465 126 63
Binary 11101110 10101 11001100 0 1011011 1110 111 100110101 1010110 110011

Color Harmonies of #EE15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE15CC

Black with #EE15CC

Text Example


Text Example

White with #EE15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE15CC; }

 p { color: rgb(238,21,204); }

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

background-color css

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

 a { background-color: rgb(238,21,204); }

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

border-color css

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

 span { border-color: rgb(238,21,204); }

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