Html Css Color HEX #EA17AE Spicy Pink

📋 copy color: '#EA17AE'

red 234 ◦ green 23 ◦ blue 174

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

Shades of Spicy Pink #EA17AE

Tints of Spicy Pink #EA17AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 54.29%
G = 5.34%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA17AE (or 0xEA17AE) is known color: Spicy Pink. HEX triplet: EA, 17 and AE. RGB value is (234,23,174). Sum of RGB (Red+Green+Blue) = 234+23+174=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA17AE is #15E851. Grayscale: #666666. Windows color (decimal): -1435730 or 11409386. OLE color: 11409386.

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

Color convert

RGB 234 23 174 -
CMYK 0 0.90 0.26 0.08
HSL 317.06º 0.83% 0.5% -
HSV(B) 317.06º 0.9% 0.92% -
XYZ 41.88 21.16 41.92 -
YUV 103.3 167.9 221.22 -
System Red Green Blue C M Y K H S L
Decimal 234 23 174 0 0.90 0.26 0.08 317.06 0.83 0.5
Hex EA 17 AE 0 5A 1A 8 13D 53 32
Octal 352 27 256 0 132 32 10 475 123 62
Binary 11101010 10111 10101110 0 1011010 11010 1000 100111101 1010011 110010

Color Harmonies of #EA17AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA17AE

Black with #EA17AE

Text Example


Text Example

White with #EA17AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA17AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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