Html Css Color HEX #E70186 Hollywood Cerise

📋 copy color: '#E70186'

red 231 ◦ green 1 ◦ blue 134

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

Shades of Hollywood Cerise #E70186

Tints of Hollywood Cerise #E70186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 63.11%
G = 0.27%
B = 36.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E70186 (or 0xE70186) is known color: Hollywood Cerise. HEX triplet: E7, 01 and 86. RGB value is (231,1,134). Sum of RGB (Red+Green+Blue) = 231+1+134=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E70186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70186 is #18FE79. Grayscale: #545454. Windows color (decimal): -1638010 or 8782311. OLE color: 8782311.

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

Color convert

RGB 231 1 134 -
CMYK 0 1.00 0.42 0.09
HSL 325.3º 0.99% 0.45% -
HSV(B) 325.3º 1% 0.91% -
XYZ 37.27 18.73 24.21 -
YUV 84.93 155.7 232.19 -
System Red Green Blue C M Y K H S L
Decimal 231 1 134 0 1.00 0.42 0.09 325.3 0.99 0.45
Hex E7 1 86 0 64 2A 9 145 63 2D
Octal 347 1 206 0 144 52 11 505 143 55
Binary 11100111 1 10000110 0 1100100 101010 1001 101000101 1100011 101101

Color Harmonies of #E70186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70186

Black with #E70186

Text Example


Text Example

White with #E70186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70186; }

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

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

background-color css

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

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

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

border-color css

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

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

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