Html Css Color HEX #E00B9F Hollywood Cerise

📋 copy color: '#E00B9F'

red 224 ◦ green 11 ◦ blue 159

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

Shades of Hollywood Cerise #E00B9F

Tints of Hollywood Cerise #E00B9F

RGB

 RED value IS 224 (87.89% from 255) = 56.85%

 GREEN value IS 11 (4.69% from 255) = 2.79%

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 56.85%
G = 2.79%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E00B9F (or 0xE00B9F) is known color: Hollywood Cerise. HEX triplet: E0, 0B and 9F. RGB value is (224,11,159). Sum of RGB (Red+Green+Blue) = 224+11+159=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00B9F is #1FF460. Grayscale: #5B5B5B. Windows color (decimal): -2094177 or 10423264. OLE color: 10423264.

HSL color Cylindrical-coordinate representation of color #E00B9F: hue angle of 318.31º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00B9F is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 11 159 -
CMYK 0 0.95 0.29 0.12
HSL 318.31º 0.91% 0.46% -
HSV(B) 318.31º 0.95% 0.88% -
XYZ 37.12 18.59 34.43 -
YUV 91.56 166.07 222.47 -
System Red Green Blue C M Y K H S L
Decimal 224 11 159 0 0.95 0.29 0.12 318.31 0.91 0.46
Hex E0 B 9F 0 5F 1D C 13E 5B 2E
Octal 340 13 237 0 137 35 14 476 133 56
Binary 11100000 1011 10011111 0 1011111 11101 1100 100111110 1011011 101110

Color Harmonies of #E00B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00B9F

Black with #E00B9F

Text Example


Text Example

White with #E00B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00B9F; }

 p { color: rgb(224,11,159); }

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

background-color css

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

 a { background-color: rgb(224,11,159); }

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

border-color css

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

 span { border-color: rgb(224,11,159); }

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