Html Css Color HEX #E5149C Hollywood Cerise

📋 copy color: '#E5149C'

red 229 ◦ green 20 ◦ blue 156

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

Shades of Hollywood Cerise #E5149C

Tints of Hollywood Cerise #E5149C

RGB

 RED value IS 229 (89.84% from 255) = 56.54%

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

 BLUE value IS 156 (61.33% from 255) = 38.52%

R = 56.54%
G = 4.94%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5149C (or 0xE5149C) is known color: Hollywood Cerise. HEX triplet: E5, 14 and 9C. RGB value is (229,20,156). Sum of RGB (Red+Green+Blue) = 229+20+156=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E5149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5149C is #1AEB63. Grayscale: #616161. Windows color (decimal): -1764196 or 10228965. OLE color: 10228965.

HSL color Cylindrical-coordinate representation of color #E5149C: hue angle of 320.96º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5149C is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 20 156 -
CMYK 0 0.91 0.32 0.10
HSL 320.96º 0.84% 0.49% -
HSV(B) 320.96º 0.91% 0.9% -
XYZ 38.56 19.56 33.2 -
YUV 98 160.74 221.44 -
System Red Green Blue C M Y K H S L
Decimal 229 20 156 0 0.91 0.32 0.10 320.96 0.84 0.49
Hex E5 14 9C 0 5B 20 A 141 54 31
Octal 345 24 234 0 133 40 12 501 124 61
Binary 11100101 10100 10011100 0 1011011 100000 1010 101000001 1010100 110001

Color Harmonies of #E5149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5149C

Black with #E5149C

Text Example


Text Example

White with #E5149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5149C; }

 p { color: rgb(229,20,156); }

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

background-color css

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

 a { background-color: rgb(229,20,156); }

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

border-color css

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

 span { border-color: rgb(229,20,156); }

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