Html Css Color HEX #E00B9D Hollywood Cerise

📋 copy color: '#E00B9D'

red 224 ◦ green 11 ◦ blue 157

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

Shades of Hollywood Cerise #E00B9D

Tints of Hollywood Cerise #E00B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 57.14%
G = 2.81%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E00B9D (or 0xE00B9D) is known color: Hollywood Cerise. HEX triplet: E0, 0B and 9D. RGB value is (224,11,157). Sum of RGB (Red+Green+Blue) = 224+11+157=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00B9D is #1FF462. Grayscale: #5A5A5A. Windows color (decimal): -2094179 or 10292192. OLE color: 10292192.

HSL color Cylindrical-coordinate representation of color #E00B9D: hue angle of 318.87º 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 #E00B9D is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 11 157 -
CMYK 0 0.95 0.30 0.12
HSL 318.87º 0.91% 0.46% -
HSV(B) 318.87º 0.95% 0.88% -
XYZ 36.95 18.52 33.53 -
YUV 91.33 165.07 222.63 -
System Red Green Blue C M Y K H S L
Decimal 224 11 157 0 0.95 0.30 0.12 318.87 0.91 0.46
Hex E0 B 9D 0 5F 1E C 13F 5B 2E
Octal 340 13 235 0 137 36 14 477 133 56
Binary 11100000 1011 10011101 0 1011111 11110 1100 100111111 1011011 101110

Color Harmonies of #E00B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00B9D

Black with #E00B9D

Text Example


Text Example

White with #E00B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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