Html Css Color HEX #E9028C Hollywood Cerise

📋 copy color: '#E9028C'

red 233 ◦ green 2 ◦ blue 140

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

Shades of Hollywood Cerise #E9028C

Tints of Hollywood Cerise #E9028C

RGB

 RED value IS 233 (91.41% from 255) = 62.13%

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 62.13%
G = 0.53%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E9028C (or 0xE9028C) is known color: Hollywood Cerise. HEX triplet: E9, 02 and 8C. RGB value is (233,2,140). Sum of RGB (Red+Green+Blue) = 233+2+140=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E9028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9028C is #16FD73. Grayscale: #565656. Windows color (decimal): -1506676 or 9175785. OLE color: 9175785.

HSL color Cylindrical-coordinate representation of color #E9028C: hue angle of 324.16º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9028C is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 2 140 -
CMYK 0 0.99 0.40 0.09
HSL 324.16º 0.98% 0.46% -
HSV(B) 324.16º 0.99% 0.91% -
XYZ 38.36 19.26 26.51 -
YUV 86.8 158.03 232.28 -
System Red Green Blue C M Y K H S L
Decimal 233 2 140 0 0.99 0.40 0.09 324.16 0.98 0.46
Hex E9 2 8C 0 63 28 9 144 62 2E
Octal 351 2 214 0 143 50 11 504 142 56
Binary 11101001 10 10001100 0 1100011 101000 1001 101000100 1100010 101110

Color Harmonies of #E9028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9028C

Black with #E9028C

Text Example


Text Example

White with #E9028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9028C; }

 p { color: rgb(233,2,140); }

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

background-color css

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

 a { background-color: rgb(233,2,140); }

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

border-color css

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

 span { border-color: rgb(233,2,140); }

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