Html Css Color HEX #EA15AB Spicy Pink

📋 copy color: '#EA15AB'

red 234 ◦ green 21 ◦ blue 171

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

Shades of Spicy Pink #EA15AB

Tints of Spicy Pink #EA15AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 54.93%
G = 4.93%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA15AB (or 0xEA15AB) is known color: Spicy Pink. HEX triplet: EA, 15 and AB. RGB value is (234,21,171). Sum of RGB (Red+Green+Blue) = 234+21+171=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA15AB is #15EA54. Grayscale: #656565. Windows color (decimal): -1436245 or 11212266. OLE color: 11212266.

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

Color convert

RGB 234 21 171 -
CMYK 0 0.91 0.27 0.08
HSL 317.75º 0.84% 0.5% -
HSV(B) 317.75º 0.91% 0.92% -
XYZ 41.55 20.97 40.39 -
YUV 101.79 167.07 222.3 -
System Red Green Blue C M Y K H S L
Decimal 234 21 171 0 0.91 0.27 0.08 317.75 0.84 0.5
Hex EA 15 AB 0 5B 1B 8 13E 54 32
Octal 352 25 253 0 133 33 10 476 124 62
Binary 11101010 10101 10101011 0 1011011 11011 1000 100111110 1010100 110010

Color Harmonies of #EA15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15AB

Black with #EA15AB

Text Example


Text Example

White with #EA15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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