Html Css Color HEX #E4029B Hollywood Cerise

📋 copy color: '#E4029B'

red 228 ◦ green 2 ◦ blue 155

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

Shades of Hollywood Cerise #E4029B

Tints of Hollywood Cerise #E4029B

RGB

 RED value IS 228 (89.45% from 255) = 59.22%

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 59.22%
G = 0.52%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E4029B (or 0xE4029B) is known color: Hollywood Cerise. HEX triplet: E4, 02 and 9B. RGB value is (228,2,155). Sum of RGB (Red+Green+Blue) = 228+2+155=385 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.22% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 228 - color contains mainly: red. Hex color #E4029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4029B is #1BFD64. Grayscale: #565656. Windows color (decimal): -1834341 or 10158820. OLE color: 10158820.

HSL color Cylindrical-coordinate representation of color #E4029B: hue angle of 319.38º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4029B is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 2 155 -
CMYK 0 0.99 0.32 0.11
HSL 319.38º 0.98% 0.45% -
HSV(B) 319.38º 0.99% 0.89% -
XYZ 37.93 18.9 32.66 -
YUV 87.02 166.37 228.56 -
System Red Green Blue C M Y K H S L
Decimal 228 2 155 0 0.99 0.32 0.11 319.38 0.98 0.45
Hex E4 2 9B 0 63 20 B 13F 62 2D
Octal 344 2 233 0 143 40 13 477 142 55
Binary 11100100 10 10011011 0 1100011 100000 1011 100111111 1100010 101101

Color Harmonies of #E4029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4029B

Black with #E4029B

Text Example


Text Example

White with #E4029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4029B; }

 p { color: rgb(228,2,155); }

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

background-color css

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

 a { background-color: rgb(228,2,155); }

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

border-color css

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

 span { border-color: rgb(228,2,155); }

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