Html Css Color HEX #E8028D Hollywood Cerise

📋 copy color: '#E8028D'

red 232 ◦ green 2 ◦ blue 141

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

Shades of Hollywood Cerise #E8028D

Tints of Hollywood Cerise #E8028D

RGB

 RED value IS 232 (91.02% from 255) = 61.87%

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

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

R = 61.87%
G = 0.53%
B = 37.6%

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

#E8028D (or 0xE8028D) is known color: Hollywood Cerise. HEX triplet: E8, 02 and 8D. RGB value is (232,2,141). Sum of RGB (Red+Green+Blue) = 232+2+141=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8028D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8028D is #17FD72. Grayscale: #565656. Windows color (decimal): -1572211 or 9241320. OLE color: 9241320.

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

Color convert

RGB 232 2 141 -
CMYK 0 0.99 0.39 0.09
HSL 323.74º 0.98% 0.46% -
HSV(B) 323.74º 0.99% 0.91% -
XYZ 38.11 19.12 26.88 -
YUV 86.62 158.7 231.7 -
System Red Green Blue C M Y K H S L
Decimal 232 2 141 0 0.99 0.39 0.09 323.74 0.98 0.46
Hex E8 2 8D 0 63 27 9 144 62 2E
Octal 350 2 215 0 143 47 11 504 142 56
Binary 11101000 10 10001101 0 1100011 100111 1001 101000100 1100010 101110

Color Harmonies of #E8028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8028D

Black with #E8028D

Text Example


Text Example

White with #E8028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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