Html Css Color HEX #EE1DCC Shocking Pink

📋 copy color: '#EE1DCC'

red 238 ◦ green 29 ◦ blue 204

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

Shades of Shocking Pink #EE1DCC

Tints of Shocking Pink #EE1DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.16%

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

R = 50.53%
G = 6.16%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE1DCC (or 0xEE1DCC) is known color: Shocking Pink. HEX triplet: EE, 1D and CC. RGB value is (238,29,204). Sum of RGB (Red+Green+Blue) = 238+29+204=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1DCC is #11E233. Grayscale: #6E6E6E. Windows color (decimal): -1172020 or 13377006. OLE color: 13377006.

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

Color convert

RGB 238 29 204 -
CMYK 0 0.88 0.14 0.07
HSL 309.76º 0.86% 0.52% -
HSV(B) 309.76º 0.88% 0.93% -
XYZ 46.6 23.42 59.19 -
YUV 111.44 180.24 218.27 -
System Red Green Blue C M Y K H S L
Decimal 238 29 204 0 0.88 0.14 0.07 309.76 0.86 0.52
Hex EE 1D CC 0 58 E 7 136 56 34
Octal 356 35 314 0 130 16 7 466 126 64
Binary 11101110 11101 11001100 0 1011000 1110 111 100110110 1010110 110100

Color Harmonies of #EE1DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1DCC

Black with #EE1DCC

Text Example


Text Example

White with #EE1DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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