Html Css Color HEX #E60880 Deep Pink

📋 copy color: '#E60880'

red 230 ◦ green 8 ◦ blue 128

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

Shades of Deep Pink #E60880

Tints of Deep Pink #E60880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 62.84%
G = 2.19%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E60880 (or 0xE60880) is known color: Deep Pink. HEX triplet: E6, 08 and 80. RGB value is (230,8,128). Sum of RGB (Red+Green+Blue) = 230+8+128=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E60880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60880 is #19F77F. Grayscale: #575757. Windows color (decimal): -1701760 or 8390886. OLE color: 8390886.

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

Color convert

RGB 230 8 128 -
CMYK 0 0.97 0.44 0.10
HSL 327.57º 0.93% 0.47% -
HSV(B) 327.57º 0.97% 0.9% -
XYZ 36.62 18.56 22.07 -
YUV 88.06 150.55 229.24 -
System Red Green Blue C M Y K H S L
Decimal 230 8 128 0 0.97 0.44 0.10 327.57 0.93 0.47
Hex E6 8 80 0 61 2C A 148 5D 2F
Octal 346 10 200 0 141 54 12 510 135 57
Binary 11100110 1000 10000000 0 1100001 101100 1010 101001000 1011101 101111

Color Harmonies of #E60880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60880

Black with #E60880

Text Example


Text Example

White with #E60880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60880; }

 p { color: rgb(230,8,128); }

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

background-color css

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

 a { background-color: rgb(230,8,128); }

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

border-color css

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

 span { border-color: rgb(230,8,128); }

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