Html Css Color HEX #EA17A8 Spicy Pink

📋 copy color: '#EA17A8'

red 234 ◦ green 23 ◦ blue 168

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

Shades of Spicy Pink #EA17A8

Tints of Spicy Pink #EA17A8

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.41%

 BLUE value IS 168 (66.02% from 255) = 39.53%

R = 55.06%
G = 5.41%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA17A8 (or 0xEA17A8) is known color: Spicy Pink. HEX triplet: EA, 17 and A8. RGB value is (234,23,168). Sum of RGB (Red+Green+Blue) = 234+23+168=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA17A8 is #15E857. Grayscale: #666666. Windows color (decimal): -1435736 or 11016170. OLE color: 11016170.

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

Color convert

RGB 234 23 168 -
CMYK 0 0.90 0.28 0.08
HSL 318.77º 0.83% 0.5% -
HSV(B) 318.77º 0.9% 0.92% -
XYZ 41.31 20.93 38.91 -
YUV 102.62 164.9 221.71 -
System Red Green Blue C M Y K H S L
Decimal 234 23 168 0 0.90 0.28 0.08 318.77 0.83 0.5
Hex EA 17 A8 0 5A 1C 8 13F 53 32
Octal 352 27 250 0 132 34 10 477 123 62
Binary 11101010 10111 10101000 0 1011010 11100 1000 100111111 1010011 110010

Color Harmonies of #EA17A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA17A8

Black with #EA17A8

Text Example


Text Example

White with #EA17A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA17A8; }

 p { color: rgb(234,23,168); }

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

background-color css

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

 a { background-color: rgb(234,23,168); }

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

border-color css

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

 span { border-color: rgb(234,23,168); }

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