Html Css Color HEX #E70BAD Hollywood Cerise

📋 copy color: '#E70BAD'

red 231 ◦ green 11 ◦ blue 173

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

Shades of Hollywood Cerise #E70BAD

Tints of Hollywood Cerise #E70BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 55.66%
G = 2.65%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E70BAD (or 0xE70BAD) is known color: Hollywood Cerise. HEX triplet: E7, 0B and AD. RGB value is (231,11,173). Sum of RGB (Red+Green+Blue) = 231+11+173=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70BAD is #18F452. Grayscale: #5E5E5E. Windows color (decimal): -1635411 or 11340775. OLE color: 11340775.

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

Color convert

RGB 231 11 173 -
CMYK 0 0.95 0.25 0.09
HSL 315.82º 0.91% 0.47% -
HSV(B) 315.82º 0.95% 0.91% -
XYZ 40.62 20.25 41.3 -
YUV 95.25 171.89 224.83 -
System Red Green Blue C M Y K H S L
Decimal 231 11 173 0 0.95 0.25 0.09 315.82 0.91 0.47
Hex E7 B AD 0 5F 19 9 13C 5B 2F
Octal 347 13 255 0 137 31 11 474 133 57
Binary 11100111 1011 10101101 0 1011111 11001 1001 100111100 1011011 101111

Color Harmonies of #E70BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70BAD

Black with #E70BAD

Text Example


Text Example

White with #E70BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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