Html Css Color HEX #EE0CCA Shocking Pink

📋 copy color: '#EE0CCA'

red 238 ◦ green 12 ◦ blue 202

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

Shades of Shocking Pink #EE0CCA

Tints of Shocking Pink #EE0CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 52.65%
G = 2.65%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE0CCA (or 0xEE0CCA) is known color: Shocking Pink. HEX triplet: EE, 0C and CA. RGB value is (238,12,202). Sum of RGB (Red+Green+Blue) = 238+12+202=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CCA is #11F335. Grayscale: #646464. Windows color (decimal): -1176374 or 13241582. OLE color: 13241582.

HSL color Cylindrical-coordinate representation of color #EE0CCA: hue angle of 309.56º 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 #EE0CCA is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 12 202 -
CMYK 0 0.95 0.15 0.07
HSL 309.56º 0.9% 0.49% -
HSV(B) 309.56º 0.95% 0.93% -
XYZ 46.05 22.7 57.83 -
YUV 101.23 184.87 225.55 -
System Red Green Blue C M Y K H S L
Decimal 238 12 202 0 0.95 0.15 0.07 309.56 0.9 0.49
Hex EE C CA 0 5F F 7 136 5A 31
Octal 356 14 312 0 137 17 7 466 132 61
Binary 11101110 1100 11001010 0 1011111 1111 111 100110110 1011010 110001

Color Harmonies of #EE0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0CCA

Black with #EE0CCA

Text Example


Text Example

White with #EE0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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