Html Css Color HEX #EA2AB9 Spicy Pink

📋 copy color: '#EA2AB9'

red 234 ◦ green 42 ◦ blue 185

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

Shades of Spicy Pink #EA2AB9

Tints of Spicy Pink #EA2AB9

RGB

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

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

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

R = 50.76%
G = 9.11%
B = 40.13%

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

#EA2AB9 (or 0xEA2AB9) is known color: Spicy Pink. HEX triplet: EA, 2A and B9. RGB value is (234,42,185). Sum of RGB (Red+Green+Blue) = 234+42+185=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2AB9 is #15D546. Grayscale: #737373. Windows color (decimal): -1430855 or 12135146. OLE color: 12135146.

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

Color convert

RGB 234 42 185 -
CMYK 0 0.82 0.21 0.08
HSL 315.31º 0.82% 0.54% -
HSV(B) 315.31º 0.82% 0.92% -
XYZ 43.52 22.65 47.98 -
YUV 115.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 234 42 185 0 0.82 0.21 0.08 315.31 0.82 0.54
Hex EA 2A B9 0 52 15 8 13B 52 36
Octal 352 52 271 0 122 25 10 473 122 66
Binary 11101010 101010 10111001 0 1010010 10101 1000 100111011 1010010 110110

Color Harmonies of #EA2AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2AB9

Black with #EA2AB9

Text Example


Text Example

White with #EA2AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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