Html Css Color HEX #E5149A Hollywood Cerise

📋 copy color: '#E5149A'

red 229 ◦ green 20 ◦ blue 154

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

Shades of Hollywood Cerise #E5149A

Tints of Hollywood Cerise #E5149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.21%

R = 56.82%
G = 4.96%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5149A (or 0xE5149A) is known color: Hollywood Cerise. HEX triplet: E5, 14 and 9A. RGB value is (229,20,154). Sum of RGB (Red+Green+Blue) = 229+20+154=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E5149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5149A is #1AEB65. Grayscale: #616161. Windows color (decimal): -1764198 or 10097893. OLE color: 10097893.

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

Color convert

RGB 229 20 154 -
CMYK 0 0.91 0.33 0.10
HSL 321.53º 0.84% 0.49% -
HSV(B) 321.53º 0.91% 0.9% -
XYZ 38.4 19.49 32.31 -
YUV 97.77 159.74 221.6 -
System Red Green Blue C M Y K H S L
Decimal 229 20 154 0 0.91 0.33 0.10 321.53 0.84 0.49
Hex E5 14 9A 0 5B 21 A 142 54 31
Octal 345 24 232 0 133 41 12 502 124 61
Binary 11100101 10100 10011010 0 1011011 100001 1010 101000010 1010100 110001

Color Harmonies of #E5149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5149A

Black with #E5149A

Text Example


Text Example

White with #E5149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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