Html Css Color HEX #EA15A7 Spicy Pink

📋 copy color: '#EA15A7'

red 234 ◦ green 21 ◦ blue 167

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

Shades of Spicy Pink #EA15A7

Tints of Spicy Pink #EA15A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.57%

R = 55.45%
G = 4.98%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA15A7 (or 0xEA15A7) is known color: Spicy Pink. HEX triplet: EA, 15 and A7. RGB value is (234,21,167). Sum of RGB (Red+Green+Blue) = 234+21+167=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA15A7 is #15EA58. Grayscale: #646464. Windows color (decimal): -1436249 or 10950122. OLE color: 10950122.

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

Color convert

RGB 234 21 167 -
CMYK 0 0.91 0.29 0.08
HSL 318.87º 0.84% 0.5% -
HSV(B) 318.87º 0.91% 0.92% -
XYZ 41.17 20.82 38.41 -
YUV 101.33 165.07 222.63 -
System Red Green Blue C M Y K H S L
Decimal 234 21 167 0 0.91 0.29 0.08 318.87 0.84 0.5
Hex EA 15 A7 0 5B 1D 8 13F 54 32
Octal 352 25 247 0 133 35 10 477 124 62
Binary 11101010 10101 10100111 0 1011011 11101 1000 100111111 1010100 110010

Color Harmonies of #EA15A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15A7

Black with #EA15A7

Text Example


Text Example

White with #EA15A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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