Html Css Color HEX #EA149D Hollywood Cerise

📋 copy color: '#EA149D'

red 234 ◦ green 20 ◦ blue 157

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

Shades of Hollywood Cerise #EA149D

Tints of Hollywood Cerise #EA149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.87%

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 56.93%
G = 4.87%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA149D (or 0xEA149D) is known color: Hollywood Cerise. HEX triplet: EA, 14 and 9D. RGB value is (234,20,157). Sum of RGB (Red+Green+Blue) = 234+20+157=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA149D is #15EB62. Grayscale: #636363. Windows color (decimal): -1436515 or 10294506. OLE color: 10294506.

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

Color convert

RGB 234 20 157 -
CMYK 0 0.91 0.33 0.08
HSL 321.59º 0.84% 0.5% -
HSV(B) 321.59º 0.91% 0.92% -
XYZ 40.27 20.43 33.72 -
YUV 99.6 160.4 223.86 -
System Red Green Blue C M Y K H S L
Decimal 234 20 157 0 0.91 0.33 0.08 321.59 0.84 0.5
Hex EA 14 9D 0 5B 21 8 142 54 32
Octal 352 24 235 0 133 41 10 502 124 62
Binary 11101010 10100 10011101 0 1011011 100001 1000 101000010 1010100 110010

Color Harmonies of #EA149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA149D

Black with #EA149D

Text Example


Text Example

White with #EA149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA149D; }

 p { color: rgb(234,20,157); }

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

background-color css

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

 a { background-color: rgb(234,20,157); }

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

border-color css

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

 span { border-color: rgb(234,20,157); }

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