Html Css Color HEX #E70786 Deep Pink

📋 copy color: '#E70786'

red 231 ◦ green 7 ◦ blue 134

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

Shades of Deep Pink #E70786

Tints of Deep Pink #E70786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.88%

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

R = 62.1%
G = 1.88%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E70786 (or 0xE70786) is known color: Deep Pink. HEX triplet: E7, 07 and 86. RGB value is (231,7,134). Sum of RGB (Red+Green+Blue) = 231+7+134=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E70786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70786 is #18F879. Grayscale: #585858. Windows color (decimal): -1636474 or 8783847. OLE color: 8783847.

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

Color convert

RGB 231 7 134 -
CMYK 0 0.97 0.42 0.09
HSL 325.98º 0.94% 0.47% -
HSV(B) 325.98º 0.97% 0.91% -
XYZ 37.33 18.86 24.23 -
YUV 88.45 153.71 229.67 -
System Red Green Blue C M Y K H S L
Decimal 231 7 134 0 0.97 0.42 0.09 325.98 0.94 0.47
Hex E7 7 86 0 61 2A 9 146 5E 2F
Octal 347 7 206 0 141 52 11 506 136 57
Binary 11100111 111 10000110 0 1100001 101010 1001 101000110 1011110 101111

Color Harmonies of #E70786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70786

Black with #E70786

Text Example


Text Example

White with #E70786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70786; }

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

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

background-color css

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

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

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

border-color css

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

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

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