Html Css Color HEX #EA15A9 Spicy Pink

📋 copy color: '#EA15A9'

red 234 ◦ green 21 ◦ blue 169

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

Shades of Spicy Pink #EA15A9

Tints of Spicy Pink #EA15A9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.95%

 BLUE value IS 169 (66.41% from 255) = 39.86%

R = 55.19%
G = 4.95%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA15A9 (or 0xEA15A9) is known color: Spicy Pink. HEX triplet: EA, 15 and A9. RGB value is (234,21,169). Sum of RGB (Red+Green+Blue) = 234+21+169=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA15A9 is #15EA56. Grayscale: #656565. Windows color (decimal): -1436247 or 11081194. OLE color: 11081194.

HSL color Cylindrical-coordinate representation of color #EA15A9: hue angle of 318.31º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA15A9 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 21 169 -
CMYK 0 0.91 0.28 0.08
HSL 318.31º 0.84% 0.5% -
HSV(B) 318.31º 0.91% 0.92% -
XYZ 41.36 20.89 39.39 -
YUV 101.56 166.07 222.47 -
System Red Green Blue C M Y K H S L
Decimal 234 21 169 0 0.91 0.28 0.08 318.31 0.84 0.5
Hex EA 15 A9 0 5B 1C 8 13E 54 32
Octal 352 25 251 0 133 34 10 476 124 62
Binary 11101010 10101 10101001 0 1011011 11100 1000 100111110 1010100 110010

Color Harmonies of #EA15A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15A9

Black with #EA15A9

Text Example


Text Example

White with #EA15A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15A9; }

 p { color: rgb(234,21,169); }

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

background-color css

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

 a { background-color: rgb(234,21,169); }

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

border-color css

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

 span { border-color: rgb(234,21,169); }

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