#E2008D

Color #E2008D Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E2008D

Tints of Hollywood Cerise #E2008D

Color information

#E2008D (or 0xE2008D) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 00 and 8D. RGB value is (226,0,141). Sum of RGB (Red+Green+Blue) = 226+0+141=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E2008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2008D is #1DFF72. Grayscale: #535353. Windows color (decimal): -1965939 or 9240802. OLE color: 9240802.

HSL color Cylindrical-coordinate representation of color #E2008D: hue angle of 322.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2008D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB2260141-
CMYK010.380.11
HSL322.57º100%44.31%-
HSV(B)322.57º100%88.63%-
XYZ36.1718.0926.78-
YUV83.65160.37229.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 61.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 38.42%
R=61.58%
G=0%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2260141010.380.11322.5710044.31
HexE208D06426B143642c
Octal34202150144461350314454
Binary111000100100011010110010010011010111010000111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2008D; }

 p { color: rgb(226,0,141); }

 H1.HeaderClassName
 {
   color: #E2008D;
 }
 .AnyTagClassName
 {
   color: #E2008D;
 }
</style>
background-color css

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

 a { background-color: rgb(226,0,141); }

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

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

 span { border-color: rgb(226,0,141); }

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