Html Css Color HEX #E01B9F Hollywood Cerise

📋 copy color: '#E01B9F'

red 224 ◦ green 27 ◦ blue 159

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

Shades of Hollywood Cerise #E01B9F

Tints of Hollywood Cerise #E01B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.59%

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

R = 54.63%
G = 6.59%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E01B9F (or 0xE01B9F) is known color: Hollywood Cerise. HEX triplet: E0, 1B and 9F. RGB value is (224,27,159). Sum of RGB (Red+Green+Blue) = 224+27+159=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01B9F is #1FE460. Grayscale: #646464. Windows color (decimal): -2090081 or 10427360. OLE color: 10427360.

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

Color convert

RGB 224 27 159 -
CMYK 0 0.88 0.29 0.12
HSL 319.8º 0.78% 0.49% -
HSV(B) 319.8º 0.88% 0.88% -
XYZ 37.39 19.13 34.52 -
YUV 100.95 160.77 215.77 -
System Red Green Blue C M Y K H S L
Decimal 224 27 159 0 0.88 0.29 0.12 319.8 0.78 0.49
Hex E0 1B 9F 0 58 1D C 140 4E 31
Octal 340 33 237 0 130 35 14 500 116 61
Binary 11100000 11011 10011111 0 1011000 11101 1100 101000000 1001110 110001

Color Harmonies of #E01B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01B9F

Black with #E01B9F

Text Example


Text Example

White with #E01B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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