Html Css Color HEX #E70BB0 Hollywood Cerise

📋 copy color: '#E70BB0'

red 231 ◦ green 11 ◦ blue 176

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

Shades of Hollywood Cerise #E70BB0

Tints of Hollywood Cerise #E70BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 55.26%
G = 2.63%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E70BB0 (or 0xE70BB0) is known color: Hollywood Cerise. HEX triplet: E7, 0B and B0. RGB value is (231,11,176). Sum of RGB (Red+Green+Blue) = 231+11+176=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70BB0 is #18F44F. Grayscale: #5F5F5F. Windows color (decimal): -1635408 or 11537383. OLE color: 11537383.

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

Color convert

RGB 231 11 176 -
CMYK 0 0.95 0.24 0.09
HSL 315º 0.91% 0.47% -
HSV(B) 315º 0.95% 0.91% -
XYZ 40.91 20.36 42.85 -
YUV 95.59 173.39 224.58 -
System Red Green Blue C M Y K H S L
Decimal 231 11 176 0 0.95 0.24 0.09 315 0.91 0.47
Hex E7 B B0 0 5F 18 9 13B 5B 2F
Octal 347 13 260 0 137 30 11 473 133 57
Binary 11100111 1011 10110000 0 1011111 11000 1001 100111011 1011011 101111

Color Harmonies of #E70BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70BB0

Black with #E70BB0

Text Example


Text Example

White with #E70BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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