Html Css Color HEX #E60780 Deep Pink

📋 copy color: '#E60780'

red 230 ◦ green 7 ◦ blue 128

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

Shades of Deep Pink #E60780

Tints of Deep Pink #E60780

RGB

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

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

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

R = 63.01%
G = 1.92%
B = 35.07%

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

#E60780 (or 0xE60780) is known color: Deep Pink. HEX triplet: E6, 07 and 80. RGB value is (230,7,128). Sum of RGB (Red+Green+Blue) = 230+7+128=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E60780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60780 is #19F87F. Grayscale: #575757. Windows color (decimal): -1702016 or 8390630. OLE color: 8390630.

HSL color Cylindrical-coordinate representation of color #E60780: hue angle of 327.44º 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 #E60780 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 7 128 -
CMYK 0 0.97 0.44 0.10
HSL 327.44º 0.94% 0.46% -
HSV(B) 327.44º 0.97% 0.9% -
XYZ 36.61 18.53 22.07 -
YUV 87.47 150.88 229.66 -
System Red Green Blue C M Y K H S L
Decimal 230 7 128 0 0.97 0.44 0.10 327.44 0.94 0.46
Hex E6 7 80 0 61 2C A 147 5E 2E
Octal 346 7 200 0 141 54 12 507 136 56
Binary 11100110 111 10000000 0 1100001 101100 1010 101000111 1011110 101110

Color Harmonies of #E60780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60780

Black with #E60780

Text Example


Text Example

White with #E60780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60780; }

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

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

background-color css

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

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

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

border-color css

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

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

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