Html Css Color HEX #EE13CE Shocking Pink

📋 copy color: '#EE13CE'

red 238 ◦ green 19 ◦ blue 206

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

Shades of Shocking Pink #EE13CE

Tints of Shocking Pink #EE13CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.1%

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 51.4%
G = 4.1%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE13CE (or 0xEE13CE) is known color: Shocking Pink. HEX triplet: EE, 13 and CE. RGB value is (238,19,206). Sum of RGB (Red+Green+Blue) = 238+19+206=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE13CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE13CE is #11EC31. Grayscale: #696969. Windows color (decimal): -1174578 or 13505518. OLE color: 13505518.

HSL color Cylindrical-coordinate representation of color #EE13CE: hue angle of 308.77º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE13CE is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 19 206 -
CMYK 0 0.92 0.13 0.07
HSL 308.77º 0.87% 0.5% -
HSV(B) 308.77º 0.92% 0.93% -
XYZ 46.63 23.1 60.39 -
YUV 105.8 184.55 222.29 -
System Red Green Blue C M Y K H S L
Decimal 238 19 206 0 0.92 0.13 0.07 308.77 0.87 0.5
Hex EE 13 CE 0 5C D 7 135 57 32
Octal 356 23 316 0 134 15 7 465 127 62
Binary 11101110 10011 11001110 0 1011100 1101 111 100110101 1010111 110010

Color Harmonies of #EE13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE13CE

Black with #EE13CE

Text Example


Text Example

White with #EE13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE13CE; }

 p { color: rgb(238,19,206); }

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

background-color css

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

 a { background-color: rgb(238,19,206); }

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

border-color css

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

 span { border-color: rgb(238,19,206); }

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