Html Css Color HEX #EA2AB8 Spicy Pink

📋 copy color: '#EA2AB8'

red 234 ◦ green 42 ◦ blue 184

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

Shades of Spicy Pink #EA2AB8

Tints of Spicy Pink #EA2AB8

RGB

 RED value IS 234 (91.8% from 255) = 50.87%

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

 BLUE value IS 184 (72.27% from 255) = 40%

R = 50.87%
G = 9.13%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA2AB8 (or 0xEA2AB8) is known color: Spicy Pink. HEX triplet: EA, 2A and B8. RGB value is (234,42,184). Sum of RGB (Red+Green+Blue) = 234+42+184=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2AB8 is #15D547. Grayscale: #737373. Windows color (decimal): -1430856 or 12069610. OLE color: 12069610.

HSL color Cylindrical-coordinate representation of color #EA2AB8: hue angle of 315.62º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2AB8 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 42 184 -
CMYK 0 0.82 0.21 0.08
HSL 315.63º 0.82% 0.54% -
HSV(B) 315.63º 0.82% 0.92% -
XYZ 43.41 22.61 47.42 -
YUV 115.6 166.61 212.45 -
System Red Green Blue C M Y K H S L
Decimal 234 42 184 0 0.82 0.21 0.08 315.63 0.82 0.54
Hex EA 2A B8 0 52 15 8 13C 52 36
Octal 352 52 270 0 122 25 10 474 122 66
Binary 11101010 101010 10111000 0 1010010 10101 1000 100111100 1010010 110110

Color Harmonies of #EA2AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2AB8

Black with #EA2AB8

Text Example


Text Example

White with #EA2AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2AB8; }

 p { color: rgb(234,42,184); }

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

background-color css

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

 a { background-color: rgb(234,42,184); }

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

border-color css

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

 span { border-color: rgb(234,42,184); }

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