Html Css Color HEX #E70686 Deep Pink

📋 copy color: '#E70686'

red 231 ◦ green 6 ◦ blue 134

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

Shades of Deep Pink #E70686

Tints of Deep Pink #E70686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.62%

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

R = 62.26%
G = 1.62%
B = 36.12%

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

#E70686 (or 0xE70686) is known color: Deep Pink. HEX triplet: E7, 06 and 86. RGB value is (231,6,134). Sum of RGB (Red+Green+Blue) = 231+6+134=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E70686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70686 is #18F979. Grayscale: #575757. Windows color (decimal): -1636730 or 8783591. OLE color: 8783591.

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

Color convert

RGB 231 6 134 -
CMYK 0 0.97 0.42 0.09
HSL 325.87º 0.95% 0.46% -
HSV(B) 325.87º 0.97% 0.91% -
XYZ 37.32 18.84 24.22 -
YUV 87.87 154.04 230.09 -
System Red Green Blue C M Y K H S L
Decimal 231 6 134 0 0.97 0.42 0.09 325.87 0.95 0.46
Hex E7 6 86 0 61 2A 9 146 5F 2E
Octal 347 6 206 0 141 52 11 506 137 56
Binary 11100111 110 10000110 0 1100001 101010 1001 101000110 1011111 101110

Color Harmonies of #E70686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70686

Black with #E70686

Text Example


Text Example

White with #E70686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70686; }

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

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

background-color css

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

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

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

border-color css

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

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

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