Html Css Color HEX #EA149F Hollywood Cerise

📋 copy color: '#EA149F'

red 234 ◦ green 20 ◦ blue 159

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

Shades of Hollywood Cerise #EA149F

Tints of Hollywood Cerise #EA149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 56.66%
G = 4.84%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA149F (or 0xEA149F) is known color: Hollywood Cerise. HEX triplet: EA, 14 and 9F. RGB value is (234,20,159). Sum of RGB (Red+Green+Blue) = 234+20+159=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA149F is #15EB60. Grayscale: #636363. Windows color (decimal): -1436513 or 10425578. OLE color: 10425578.

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

Color convert

RGB 234 20 159 -
CMYK 0 0.91 0.32 0.08
HSL 321.03º 0.84% 0.5% -
HSV(B) 321.03º 0.91% 0.92% -
XYZ 40.44 20.5 34.63 -
YUV 99.83 161.4 223.7 -
System Red Green Blue C M Y K H S L
Decimal 234 20 159 0 0.91 0.32 0.08 321.03 0.84 0.5
Hex EA 14 9F 0 5B 20 8 141 54 32
Octal 352 24 237 0 133 40 10 501 124 62
Binary 11101010 10100 10011111 0 1011011 100000 1000 101000001 1010100 110010

Color Harmonies of #EA149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA149F

Black with #EA149F

Text Example


Text Example

White with #EA149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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