Html Css Color HEX #EE0CC2 Shocking Pink

📋 copy color: '#EE0CC2'

red 238 ◦ green 12 ◦ blue 194

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

Shades of Shocking Pink #EE0CC2

Tints of Shocking Pink #EE0CC2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

 BLUE value IS 194 (76.17% from 255) = 43.69%

R = 53.6%
G = 2.7%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE0CC2 (or 0xEE0CC2) is known color: Shocking Pink. HEX triplet: EE, 0C and C2. RGB value is (238,12,194). Sum of RGB (Red+Green+Blue) = 238+12+194=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CC2 is #11F33D. Grayscale: #636363. Windows color (decimal): -1176382 or 12717294. OLE color: 12717294.

HSL color Cylindrical-coordinate representation of color #EE0CC2: hue angle of 311.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0CC2 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 12 194 -
CMYK 0 0.95 0.18 0.07
HSL 311.68º 0.9% 0.49% -
HSV(B) 311.68º 0.95% 0.93% -
XYZ 45.13 22.34 52.97 -
YUV 100.32 180.87 226.2 -
System Red Green Blue C M Y K H S L
Decimal 238 12 194 0 0.95 0.18 0.07 311.68 0.9 0.49
Hex EE C C2 0 5F 12 7 138 5A 31
Octal 356 14 302 0 137 22 7 470 132 61
Binary 11101110 1100 11000010 0 1011111 10010 111 100111000 1011010 110001

Color Harmonies of #EE0CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0CC2

Black with #EE0CC2

Text Example


Text Example

White with #EE0CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0CC2; }

 p { color: rgb(238,12,194); }

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

background-color css

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

 a { background-color: rgb(238,12,194); }

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

border-color css

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

 span { border-color: rgb(238,12,194); }

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