Html Css Color HEX #EA2AB7 Spicy Pink

📋 copy color: '#EA2AB7'

red 234 ◦ green 42 ◦ blue 183

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

Shades of Spicy Pink #EA2AB7

Tints of Spicy Pink #EA2AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.87%

R = 50.98%
G = 9.15%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA2AB7 (or 0xEA2AB7) is known color: Spicy Pink. HEX triplet: EA, 2A and B7. RGB value is (234,42,183). Sum of RGB (Red+Green+Blue) = 234+42+183=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2AB7 is #15D548. Grayscale: #737373. Windows color (decimal): -1430857 or 12004074. OLE color: 12004074.

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

Color convert

RGB 234 42 183 -
CMYK 0 0.82 0.22 0.08
HSL 315.94º 0.82% 0.54% -
HSV(B) 315.94º 0.82% 0.92% -
XYZ 43.31 22.57 46.87 -
YUV 115.48 166.11 212.54 -
System Red Green Blue C M Y K H S L
Decimal 234 42 183 0 0.82 0.22 0.08 315.94 0.82 0.54
Hex EA 2A B7 0 52 16 8 13C 52 36
Octal 352 52 267 0 122 26 10 474 122 66
Binary 11101010 101010 10110111 0 1010010 10110 1000 100111100 1010010 110110

Color Harmonies of #EA2AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2AB7

Black with #EA2AB7

Text Example


Text Example

White with #EA2AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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