Html Css Color HEX #E70486 Hollywood Cerise

📋 copy color: '#E70486'

red 231 ◦ green 4 ◦ blue 134

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

Shades of Hollywood Cerise #E70486

Tints of Hollywood Cerise #E70486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 62.6%
G = 1.08%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E70486 (or 0xE70486) is known color: Hollywood Cerise. HEX triplet: E7, 04 and 86. RGB value is (231,4,134). Sum of RGB (Red+Green+Blue) = 231+4+134=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E70486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70486 is #18FB79. Grayscale: #565656. Windows color (decimal): -1637242 or 8783079. OLE color: 8783079.

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

Color convert

RGB 231 4 134 -
CMYK 0 0.98 0.42 0.09
HSL 325.64º 0.97% 0.46% -
HSV(B) 325.64º 0.98% 0.91% -
XYZ 37.3 18.8 24.22 -
YUV 86.69 154.71 230.93 -
System Red Green Blue C M Y K H S L
Decimal 231 4 134 0 0.98 0.42 0.09 325.64 0.97 0.46
Hex E7 4 86 0 62 2A 9 146 61 2E
Octal 347 4 206 0 142 52 11 506 141 56
Binary 11100111 100 10000110 0 1100010 101010 1001 101000110 1100001 101110

Color Harmonies of #E70486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70486

Black with #E70486

Text Example


Text Example

White with #E70486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70486; }

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

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

background-color css

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

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

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

border-color css

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

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

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