Html Css Color HEX #EE2AB5 Spicy Pink

📋 copy color: '#EE2AB5'

red 238 ◦ green 42 ◦ blue 181

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

Shades of Spicy Pink #EE2AB5

Tints of Spicy Pink #EE2AB5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.11%

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 51.63%
G = 9.11%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EE2AB5 (or 0xEE2AB5) is known color: Spicy Pink. HEX triplet: EE, 2A and B5. RGB value is (238,42,181). Sum of RGB (Red+Green+Blue) = 238+42+181=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2AB5 is #11D54A. Grayscale: #747474. Windows color (decimal): -1168715 or 11873006. OLE color: 11873006.

HSL color Cylindrical-coordinate representation of color #EE2AB5: hue angle of 317.45º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2AB5 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 42 181 -
CMYK 0 0.82 0.24 0.07
HSL 317.45º 0.85% 0.55% -
HSV(B) 317.45º 0.82% 0.93% -
XYZ 44.43 23.17 45.85 -
YUV 116.45 164.43 214.7 -
System Red Green Blue C M Y K H S L
Decimal 238 42 181 0 0.82 0.24 0.07 317.45 0.85 0.55
Hex EE 2A B5 0 52 18 7 13D 55 37
Octal 356 52 265 0 122 30 7 475 125 67
Binary 11101110 101010 10110101 0 1010010 11000 111 100111101 1010101 110111

Color Harmonies of #EE2AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2AB5

Black with #EE2AB5

Text Example


Text Example

White with #EE2AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2AB5; }

 p { color: rgb(238,42,181); }

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

background-color css

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

 a { background-color: rgb(238,42,181); }

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

border-color css

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

 span { border-color: rgb(238,42,181); }

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