Html Css Color HEX #EA15AE Spicy Pink

📋 copy color: '#EA15AE'

red 234 ◦ green 21 ◦ blue 174

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

Shades of Spicy Pink #EA15AE

Tints of Spicy Pink #EA15AE

RGB

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

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

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

R = 54.55%
G = 4.9%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA15AE (or 0xEA15AE) is known color: Spicy Pink. HEX triplet: EA, 15 and AE. RGB value is (234,21,174). Sum of RGB (Red+Green+Blue) = 234+21+174=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA15AE is #15EA51. Grayscale: #656565. Windows color (decimal): -1436242 or 11408874. OLE color: 11408874.

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

Color convert

RGB 234 21 174 -
CMYK 0 0.91 0.26 0.08
HSL 316.9º 0.84% 0.5% -
HSV(B) 316.9º 0.91% 0.92% -
XYZ 41.84 21.08 41.91 -
YUV 102.13 168.57 222.06 -
System Red Green Blue C M Y K H S L
Decimal 234 21 174 0 0.91 0.26 0.08 316.9 0.84 0.5
Hex EA 15 AE 0 5B 1A 8 13D 54 32
Octal 352 25 256 0 133 32 10 475 124 62
Binary 11101010 10101 10101110 0 1011011 11010 1000 100111101 1010100 110010

Color Harmonies of #EA15AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15AE

Black with #EA15AE

Text Example


Text Example

White with #EA15AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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