Html Css Color HEX #EA12AD Spicy Pink

📋 copy color: '#EA12AD'

red 234 ◦ green 18 ◦ blue 173

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

Shades of Spicy Pink #EA12AD

Tints of Spicy Pink #EA12AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.24%

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 55.06%
G = 4.24%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA12AD (or 0xEA12AD) is known color: Spicy Pink. HEX triplet: EA, 12 and AD. RGB value is (234,18,173). Sum of RGB (Red+Green+Blue) = 234+18+173=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA12AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA12AD is #15ED52. Grayscale: #636363. Windows color (decimal): -1437011 or 11342570. OLE color: 11342570.

HSL color Cylindrical-coordinate representation of color #EA12AD: hue angle of 316.94º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA12AD is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 18 173 -
CMYK 0 0.92 0.26 0.08
HSL 316.94º 0.86% 0.49% -
HSV(B) 316.94º 0.92% 0.92% -
XYZ 41.69 20.94 41.38 -
YUV 100.25 169.06 223.4 -
System Red Green Blue C M Y K H S L
Decimal 234 18 173 0 0.92 0.26 0.08 316.94 0.86 0.49
Hex EA 12 AD 0 5C 1A 8 13D 56 31
Octal 352 22 255 0 134 32 10 475 126 61
Binary 11101010 10010 10101101 0 1011100 11010 1000 100111101 1010110 110001

Color Harmonies of #EA12AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA12AD

Black with #EA12AD

Text Example


Text Example

White with #EA12AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA12AD; }

 p { color: rgb(234,18,173); }

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

background-color css

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

 a { background-color: rgb(234,18,173); }

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

border-color css

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

 span { border-color: rgb(234,18,173); }

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