Html Css Color HEX #EE0ABC Shocking Pink

📋 copy color: '#EE0ABC'

red 238 ◦ green 10 ◦ blue 188

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

Shades of Shocking Pink #EE0ABC

Tints of Shocking Pink #EE0ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.29%

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 54.59%
G = 2.29%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE0ABC (or 0xEE0ABC) is known color: Shocking Pink. HEX triplet: EE, 0A and BC. RGB value is (238,10,188). Sum of RGB (Red+Green+Blue) = 238+10+188=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ABC is #11F543. Grayscale: #616161. Windows color (decimal): -1176900 or 12323566. OLE color: 12323566.

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

Color convert

RGB 238 10 188 -
CMYK 0 0.96 0.21 0.07
HSL 313.16º 0.92% 0.49% -
HSV(B) 313.16º 0.96% 0.93% -
XYZ 44.45 22.03 49.49 -
YUV 98.46 178.54 227.53 -
System Red Green Blue C M Y K H S L
Decimal 238 10 188 0 0.96 0.21 0.07 313.16 0.92 0.49
Hex EE A BC 0 60 15 7 139 5C 31
Octal 356 12 274 0 140 25 7 471 134 61
Binary 11101110 1010 10111100 0 1100000 10101 111 100111001 1011100 110001

Color Harmonies of #EE0ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0ABC

Black with #EE0ABC

Text Example


Text Example

White with #EE0ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0ABC; }

 p { color: rgb(238,10,188); }

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

background-color css

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

 a { background-color: rgb(238,10,188); }

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

border-color css

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

 span { border-color: rgb(238,10,188); }

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