Html Css Color HEX #E70B9F Hollywood Cerise

📋 copy color: '#E70B9F'

red 231 ◦ green 11 ◦ blue 159

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

Shades of Hollywood Cerise #E70B9F

Tints of Hollywood Cerise #E70B9F

RGB

 RED value IS 231 (90.63% from 255) = 57.61%

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

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

R = 57.61%
G = 2.74%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E70B9F (or 0xE70B9F) is known color: Hollywood Cerise. HEX triplet: E7, 0B and 9F. RGB value is (231,11,159). Sum of RGB (Red+Green+Blue) = 231+11+159=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E70B9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70B9F is #18F460. Grayscale: #5D5D5D. Windows color (decimal): -1635425 or 10423271. OLE color: 10423271.

HSL color Cylindrical-coordinate representation of color #E70B9F: hue angle of 319.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70B9F is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 11 159 -
CMYK 0 0.95 0.31 0.09
HSL 319.64º 0.91% 0.47% -
HSV(B) 319.64º 0.95% 0.91% -
XYZ 39.33 19.73 34.54 -
YUV 93.65 164.89 225.97 -
System Red Green Blue C M Y K H S L
Decimal 231 11 159 0 0.95 0.31 0.09 319.64 0.91 0.47
Hex E7 B 9F 0 5F 1F 9 140 5B 2F
Octal 347 13 237 0 137 37 11 500 133 57
Binary 11100111 1011 10011111 0 1011111 11111 1001 101000000 1011011 101111

Color Harmonies of #E70B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70B9F

Black with #E70B9F

Text Example


Text Example

White with #E70B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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