Html Css Color HEX #EE0AB9 Shocking Pink

📋 copy color: '#EE0AB9'

red 238 ◦ green 10 ◦ blue 185

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

Shades of Shocking Pink #EE0AB9

Tints of Shocking Pink #EE0AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 54.97%
G = 2.31%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE0AB9 (or 0xEE0AB9) is known color: Shocking Pink. HEX triplet: EE, 0A and B9. RGB value is (238,10,185). Sum of RGB (Red+Green+Blue) = 238+10+185=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0AB9 is #11F546. Grayscale: #616161. Windows color (decimal): -1176903 or 12126958. OLE color: 12126958.

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

Color convert

RGB 238 10 185 -
CMYK 0 0.96 0.22 0.07
HSL 313.95º 0.92% 0.49% -
HSV(B) 313.95º 0.96% 0.93% -
XYZ 44.13 21.9 47.8 -
YUV 98.12 177.04 227.77 -
System Red Green Blue C M Y K H S L
Decimal 238 10 185 0 0.96 0.22 0.07 313.95 0.92 0.49
Hex EE A B9 0 60 16 7 13A 5C 31
Octal 356 12 271 0 140 26 7 472 134 61
Binary 11101110 1010 10111001 0 1100000 10110 111 100111010 1011100 110001

Color Harmonies of #EE0AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0AB9

Black with #EE0AB9

Text Example


Text Example

White with #EE0AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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