Html Css Color HEX #E9028D Hollywood Cerise

📋 copy color: '#E9028D'

red 233 ◦ green 2 ◦ blue 141

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

Shades of Hollywood Cerise #E9028D

Tints of Hollywood Cerise #E9028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 61.97%
G = 0.53%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E9028D (or 0xE9028D) is known color: Hollywood Cerise. HEX triplet: E9, 02 and 8D. RGB value is (233,2,141). Sum of RGB (Red+Green+Blue) = 233+2+141=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E9028D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9028D is #16FD72. Grayscale: #565656. Windows color (decimal): -1506675 or 9241321. OLE color: 9241321.

HSL color Cylindrical-coordinate representation of color #E9028D: hue angle of 323.9º 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 #E9028D is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 2 141 -
CMYK 0 0.99 0.39 0.09
HSL 323.9º 0.98% 0.46% -
HSV(B) 323.9º 0.99% 0.91% -
XYZ 38.43 19.29 26.9 -
YUV 86.92 158.53 232.2 -
System Red Green Blue C M Y K H S L
Decimal 233 2 141 0 0.99 0.39 0.09 323.9 0.98 0.46
Hex E9 2 8D 0 63 27 9 144 62 2E
Octal 351 2 215 0 143 47 11 504 142 56
Binary 11101001 10 10001101 0 1100011 100111 1001 101000100 1100010 101110

Color Harmonies of #E9028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9028D

Black with #E9028D

Text Example


Text Example

White with #E9028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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