Html Css Color HEX #E60F86 Deep Pink

📋 copy color: '#E60F86'

red 230 ◦ green 15 ◦ blue 134

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

Shades of Deep Pink #E60F86

Tints of Deep Pink #E60F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.96%

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

R = 60.69%
G = 3.96%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E60F86 (or 0xE60F86) is known color: Deep Pink. HEX triplet: E6, 0F and 86. RGB value is (230,15,134). Sum of RGB (Red+Green+Blue) = 230+15+134=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60F86 is #19F079. Grayscale: #5C5C5C. Windows color (decimal): -1699962 or 8785894. OLE color: 8785894.

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

Color convert

RGB 230 15 134 -
CMYK 0 0.93 0.42 0.10
HSL 326.79º 0.88% 0.48% -
HSV(B) 326.79º 0.93% 0.9% -
XYZ 37.11 18.89 24.24 -
YUV 92.85 151.23 225.82 -
System Red Green Blue C M Y K H S L
Decimal 230 15 134 0 0.93 0.42 0.10 326.79 0.88 0.48
Hex E6 F 86 0 5D 2A A 147 58 30
Octal 346 17 206 0 135 52 12 507 130 60
Binary 11100110 1111 10000110 0 1011101 101010 1010 101000111 1011000 110000

Color Harmonies of #E60F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60F86

Black with #E60F86

Text Example


Text Example

White with #E60F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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