Html Css Color HEX #EE2ABA Spicy Pink

📋 copy color: '#EE2ABA'

red 238 ◦ green 42 ◦ blue 186

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

Shades of Spicy Pink #EE2ABA

Tints of Spicy Pink #EE2ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 51.07%
G = 9.01%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE2ABA (or 0xEE2ABA) is known color: Spicy Pink. HEX triplet: EE, 2A and BA. RGB value is (238,42,186). Sum of RGB (Red+Green+Blue) = 238+42+186=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2ABA is #11D545. Grayscale: #747474. Windows color (decimal): -1168710 or 12200686. OLE color: 12200686.

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

Color convert

RGB 238 42 186 -
CMYK 0 0.82 0.22 0.07
HSL 315.92º 0.85% 0.55% -
HSV(B) 315.92º 0.82% 0.93% -
XYZ 44.95 23.38 48.6 -
YUV 117.02 166.93 214.29 -
System Red Green Blue C M Y K H S L
Decimal 238 42 186 0 0.82 0.22 0.07 315.92 0.85 0.55
Hex EE 2A BA 0 52 16 7 13C 55 37
Octal 356 52 272 0 122 26 7 474 125 67
Binary 11101110 101010 10111010 0 1010010 10110 111 100111100 1010101 110111

Color Harmonies of #EE2ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2ABA

Black with #EE2ABA

Text Example


Text Example

White with #EE2ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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