Html Css Color HEX #E2008D Hollywood Cerise

📋 copy color: '#E2008D'

red 226 ◦ green 0 ◦ blue 141

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

Shades of Hollywood Cerise #E2008D

Tints of Hollywood Cerise #E2008D

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 value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2008D (or 0xE2008D) is known color: 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

RGB 226 0 141 -
CMYK 0 1 0.38 0.11
HSL 322.57º 1% 0.44% -
HSV(B) 322.57º 1% 0.89% -
XYZ 36.17 18.09 26.78 -
YUV 83.65 160.37 229.54 -
System Red Green Blue C M Y K H S L
Decimal 226 0 141 0 1 0.38 0.11 322.57 1 0.44
Hex E2 0 8D 0 64 26 B 143 64 2C
Octal 342 0 215 0 144 46 13 503 144 54
Binary 11100010 0 10001101 0 1100100 100110 1011 101000011 1100100 101100

Color Harmonies of #E2008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2008D

Black with #E2008D

Text Example


Text Example

White with #E2008D

Text Example


Text Example

HTML Codes & Css Web 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>