Html Css Color HEX #E5149F Hollywood Cerise

📋 copy color: '#E5149F'

red 229 ◦ green 20 ◦ blue 159

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

Shades of Hollywood Cerise #E5149F

Tints of Hollywood Cerise #E5149F

RGB

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

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

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

R = 56.13%
G = 4.9%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5149F (or 0xE5149F) is known color: Hollywood Cerise. HEX triplet: E5, 14 and 9F. RGB value is (229,20,159). Sum of RGB (Red+Green+Blue) = 229+20+159=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E5149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5149F is #1AEB60. Grayscale: #616161. Windows color (decimal): -1764193 or 10425573. OLE color: 10425573.

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

Color convert

RGB 229 20 159 -
CMYK 0 0.91 0.31 0.10
HSL 320.1º 0.84% 0.49% -
HSV(B) 320.1º 0.91% 0.9% -
XYZ 38.82 19.66 34.55 -
YUV 98.34 162.24 221.2 -
System Red Green Blue C M Y K H S L
Decimal 229 20 159 0 0.91 0.31 0.10 320.1 0.84 0.49
Hex E5 14 9F 0 5B 1F A 140 54 31
Octal 345 24 237 0 133 37 12 500 124 61
Binary 11100101 10100 10011111 0 1011011 11111 1010 101000000 1010100 110001

Color Harmonies of #E5149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5149F

Black with #E5149F

Text Example


Text Example

White with #E5149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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