Html Css Color HEX #EE0AB4 Shocking Pink

📋 copy color: '#EE0AB4'

red 238 ◦ green 10 ◦ blue 180

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

Shades of Shocking Pink #EE0AB4

Tints of Shocking Pink #EE0AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.06%

R = 55.61%
G = 2.34%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EE0AB4 (or 0xEE0AB4) is known color: Shocking Pink. HEX triplet: EE, 0A and B4. RGB value is (238,10,180). Sum of RGB (Red+Green+Blue) = 238+10+180=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0AB4 is #11F54B. Grayscale: #616161. Windows color (decimal): -1176908 or 11799278. OLE color: 11799278.

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

Color convert

RGB 238 10 180 -
CMYK 0 0.96 0.24 0.07
HSL 315.26º 0.92% 0.49% -
HSV(B) 315.26º 0.96% 0.93% -
XYZ 43.61 21.69 45.07 -
YUV 97.55 174.54 228.18 -
System Red Green Blue C M Y K H S L
Decimal 238 10 180 0 0.96 0.24 0.07 315.26 0.92 0.49
Hex EE A B4 0 60 18 7 13B 5C 31
Octal 356 12 264 0 140 30 7 473 134 61
Binary 11101110 1010 10110100 0 1100000 11000 111 100111011 1011100 110001

Color Harmonies of #EE0AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0AB4

Black with #EE0AB4

Text Example


Text Example

White with #EE0AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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