Html Css Color HEX #EA13A8 Hollywood Cerise

📋 copy color: '#EA13A8'

red 234 ◦ green 19 ◦ blue 168

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

Shades of Hollywood Cerise #EA13A8

Tints of Hollywood Cerise #EA13A8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.51%

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 55.58%
G = 4.51%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA13A8 (or 0xEA13A8) is known color: Hollywood Cerise. HEX triplet: EA, 13 and A8. RGB value is (234,19,168). Sum of RGB (Red+Green+Blue) = 234+19+168=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA13A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA13A8 is #15EC57. Grayscale: #636363. Windows color (decimal): -1436760 or 11015146. OLE color: 11015146.

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

Color convert

RGB 234 19 168 -
CMYK 0 0.92 0.28 0.08
HSL 318.42º 0.85% 0.5% -
HSV(B) 318.42º 0.92% 0.92% -
XYZ 41.23 20.79 38.88 -
YUV 100.27 166.23 223.38 -
System Red Green Blue C M Y K H S L
Decimal 234 19 168 0 0.92 0.28 0.08 318.42 0.85 0.5
Hex EA 13 A8 0 5C 1C 8 13E 55 32
Octal 352 23 250 0 134 34 10 476 125 62
Binary 11101010 10011 10101000 0 1011100 11100 1000 100111110 1010101 110010

Color Harmonies of #EA13A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA13A8

Black with #EA13A8

Text Example


Text Example

White with #EA13A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA13A8; }

 p { color: rgb(234,19,168); }

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

background-color css

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

 a { background-color: rgb(234,19,168); }

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

border-color css

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

 span { border-color: rgb(234,19,168); }

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