Html Css Color HEX #E70B9B Hollywood Cerise

📋 copy color: '#E70B9B'

red 231 ◦ green 11 ◦ blue 155

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

Shades of Hollywood Cerise #E70B9B

Tints of Hollywood Cerise #E70B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 58.19%
G = 2.77%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E70B9B (or 0xE70B9B) is known color: Hollywood Cerise. HEX triplet: E7, 0B and 9B. RGB value is (231,11,155). Sum of RGB (Red+Green+Blue) = 231+11+155=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E70B9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70B9B is #18F464. Grayscale: #5C5C5C. Windows color (decimal): -1635429 or 10161127. OLE color: 10161127.

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

Color convert

RGB 231 11 155 -
CMYK 0 0.95 0.33 0.09
HSL 320.73º 0.91% 0.47% -
HSV(B) 320.73º 0.95% 0.91% -
XYZ 38.99 19.59 32.74 -
YUV 93.2 162.89 226.29 -
System Red Green Blue C M Y K H S L
Decimal 231 11 155 0 0.95 0.33 0.09 320.73 0.91 0.47
Hex E7 B 9B 0 5F 21 9 141 5B 2F
Octal 347 13 233 0 137 41 11 501 133 57
Binary 11100111 1011 10011011 0 1011111 100001 1001 101000001 1011011 101111

Color Harmonies of #E70B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70B9B

Black with #E70B9B

Text Example


Text Example

White with #E70B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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