Html Css Color HEX #E2008B Hollywood Cerise

📋 copy color: '#E2008B'

red 226 ◦ green 0 ◦ blue 139

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

Shades of Hollywood Cerise #E2008B

Tints of Hollywood Cerise #E2008B

RGB

 RED value IS 226 (88.67% from 255) = 61.92%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 61.92%
G = 0%
B = 38.08%

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

#E2008B (or 0xE2008B) is known color: Hollywood Cerise. HEX triplet: E2, 00 and 8B. RGB value is (226,0,139). Sum of RGB (Red+Green+Blue) = 226+0+139=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E2008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2008B is #1DFF74. Grayscale: #535353. Windows color (decimal): -1965941 or 9109730. OLE color: 9109730.

HSL color Cylindrical-coordinate representation of color #E2008B: hue angle of 323.1º 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 #E2008B is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 139 -
CMYK 0 1 0.38 0.11
HSL 323.1º 1% 0.44% -
HSV(B) 323.1º 1% 0.89% -
XYZ 36.02 18.03 26.01 -
YUV 83.42 159.37 229.7 -
System Red Green Blue C M Y K H S L
Decimal 226 0 139 0 1 0.38 0.11 323.1 1 0.44
Hex E2 0 8B 0 64 26 B 143 64 2C
Octal 342 0 213 0 144 46 13 503 144 54
Binary 11100010 0 10001011 0 1100100 100110 1011 101000011 1100100 101100

Color Harmonies of #E2008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2008B

Black with #E2008B

Text Example


Text Example

White with #E2008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2008B; }

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

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

background-color css

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

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

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

border-color css

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

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

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