Html Css Color HEX #E70086 Hollywood Cerise

📋 copy color: '#E70086'

red 231 ◦ green 0 ◦ blue 134

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

Shades of Hollywood Cerise #E70086

Tints of Hollywood Cerise #E70086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 63.29%
G = 0%
B = 36.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E70086 (or 0xE70086) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 86. RGB value is (231,0,134). Sum of RGB (Red+Green+Blue) = 231+0+134=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E70086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70086 is #18FF79. Grayscale: #545454. Windows color (decimal): -1638266 or 8782055. OLE color: 8782055.

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

Color convert

RGB 231 0 134 -
CMYK 0 1 0.42 0.09
HSL 325.19º 1% 0.45% -
HSV(B) 325.19º 1% 0.91% -
XYZ 37.26 18.71 24.2 -
YUV 84.35 156.03 232.6 -
System Red Green Blue C M Y K H S L
Decimal 231 0 134 0 1 0.42 0.09 325.19 1 0.45
Hex E7 0 86 0 64 2A 9 145 64 2D
Octal 347 0 206 0 144 52 11 505 144 55
Binary 11100111 0 10000110 0 1100100 101010 1001 101000101 1100100 101101

Color Harmonies of #E70086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70086

Black with #E70086

Text Example


Text Example

White with #E70086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70086; }

 p { color: rgb(231,0,134); }

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

background-color css

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

 a { background-color: rgb(231,0,134); }

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

border-color css

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

 span { border-color: rgb(231,0,134); }

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