Html Css Color HEX #EE1ACC Shocking Pink

📋 copy color: '#EE1ACC'

red 238 ◦ green 26 ◦ blue 204

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

Shades of Shocking Pink #EE1ACC

Tints of Shocking Pink #EE1ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.56%

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

R = 50.85%
G = 5.56%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE1ACC (or 0xEE1ACC) is known color: Shocking Pink. HEX triplet: EE, 1A and CC. RGB value is (238,26,204). Sum of RGB (Red+Green+Blue) = 238+26+204=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ACC is #11E533. Grayscale: #6D6D6D. Windows color (decimal): -1172788 or 13376238. OLE color: 13376238.

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

Color convert

RGB 238 26 204 -
CMYK 0 0.89 0.14 0.07
HSL 309.62º 0.86% 0.52% -
HSV(B) 309.62º 0.89% 0.93% -
XYZ 46.53 23.28 59.17 -
YUV 109.68 181.24 219.53 -
System Red Green Blue C M Y K H S L
Decimal 238 26 204 0 0.89 0.14 0.07 309.62 0.86 0.52
Hex EE 1A CC 0 59 E 7 136 56 34
Octal 356 32 314 0 131 16 7 466 126 64
Binary 11101110 11010 11001100 0 1011001 1110 111 100110110 1010110 110100

Color Harmonies of #EE1ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1ACC

Black with #EE1ACC

Text Example


Text Example

White with #EE1ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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