Html Css Color HEX #E60986 Deep Pink

📋 copy color: '#E60986'

red 230 ◦ green 9 ◦ blue 134

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

Shades of Deep Pink #E60986

Tints of Deep Pink #E60986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.41%

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

R = 61.66%
G = 2.41%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E60986 (or 0xE60986) is known color: Deep Pink. HEX triplet: E6, 09 and 86. RGB value is (230,9,134). Sum of RGB (Red+Green+Blue) = 230+9+134=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E60986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60986 is #19F679. Grayscale: #595959. Windows color (decimal): -1701498 or 8784358. OLE color: 8784358.

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

Color convert

RGB 230 9 134 -
CMYK 0 0.96 0.42 0.10
HSL 326.06º 0.92% 0.47% -
HSV(B) 326.06º 0.96% 0.9% -
XYZ 37.03 18.74 24.22 -
YUV 89.33 153.22 228.34 -
System Red Green Blue C M Y K H S L
Decimal 230 9 134 0 0.96 0.42 0.10 326.06 0.92 0.47
Hex E6 9 86 0 60 2A A 146 5C 2F
Octal 346 11 206 0 140 52 12 506 134 57
Binary 11100110 1001 10000110 0 1100000 101010 1010 101000110 1011100 101111

Color Harmonies of #E60986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60986

Black with #E60986

Text Example


Text Example

White with #E60986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60986; }

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

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

background-color css

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

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

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

border-color css

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

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

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