Html Css Color HEX #E60786 Deep Pink

📋 copy color: '#E60786'

red 230 ◦ green 7 ◦ blue 134

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

Shades of Deep Pink #E60786

Tints of Deep Pink #E60786

RGB

 RED value IS 230 (90.23% from 255) = 61.99%

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

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

R = 61.99%
G = 1.89%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E60786 (or 0xE60786) is known color: Deep Pink. HEX triplet: E6, 07 and 86. RGB value is (230,7,134). Sum of RGB (Red+Green+Blue) = 230+7+134=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E60786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60786 is #19F879. Grayscale: #575757. Windows color (decimal): -1702010 or 8783846. OLE color: 8783846.

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

Color convert

RGB 230 7 134 -
CMYK 0 0.97 0.42 0.10
HSL 325.83º 0.94% 0.46% -
HSV(B) 325.83º 0.97% 0.9% -
XYZ 37.01 18.7 24.21 -
YUV 88.16 153.88 229.17 -
System Red Green Blue C M Y K H S L
Decimal 230 7 134 0 0.97 0.42 0.10 325.83 0.94 0.46
Hex E6 7 86 0 61 2A A 146 5E 2E
Octal 346 7 206 0 141 52 12 506 136 56
Binary 11100110 111 10000110 0 1100001 101010 1010 101000110 1011110 101110

Color Harmonies of #E60786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60786

Black with #E60786

Text Example


Text Example

White with #E60786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60786; }

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

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

background-color css

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

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

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

border-color css

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

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

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