Html Css Color HEX #E5019B Hollywood Cerise

📋 copy color: '#E5019B'

red 229 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #E5019B

Tints of Hollywood Cerise #E5019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 59.48%
G = 0.26%
B = 40.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5019B (or 0xE5019B) is known color: Hollywood Cerise. HEX triplet: E5, 01 and 9B. RGB value is (229,1,155). Sum of RGB (Red+Green+Blue) = 229+1+155=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E5019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5019B is #1AFE64. Grayscale: #565656. Windows color (decimal): -1769061 or 10158565. OLE color: 10158565.

HSL color Cylindrical-coordinate representation of color #E5019B: hue angle of 319.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5019B is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 155 -
CMYK 0 1.00 0.32 0.10
HSL 319.47º 0.99% 0.45% -
HSV(B) 319.47º 1% 0.9% -
XYZ 38.24 19.05 32.67 -
YUV 86.73 166.54 229.48 -
System Red Green Blue C M Y K H S L
Decimal 229 1 155 0 1.00 0.32 0.10 319.47 0.99 0.45
Hex E5 1 9B 0 64 20 A 13F 63 2D
Octal 345 1 233 0 144 40 12 477 143 55
Binary 11100101 1 10011011 0 1100100 100000 1010 100111111 1100011 101101

Color Harmonies of #E5019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5019B

Black with #E5019B

Text Example


Text Example

White with #E5019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5019B; }

 p { color: rgb(229,1,155); }

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

background-color css

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

 a { background-color: rgb(229,1,155); }

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

border-color css

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

 span { border-color: rgb(229,1,155); }

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