Html Css Color HEX #E60680 Deep Pink

📋 copy color: '#E60680'

red 230 ◦ green 6 ◦ blue 128

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

Shades of Deep Pink #E60680

Tints of Deep Pink #E60680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.65%

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

R = 63.19%
G = 1.65%
B = 35.16%

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

#E60680 (or 0xE60680) is known color: Deep Pink. HEX triplet: E6, 06 and 80. RGB value is (230,6,128). Sum of RGB (Red+Green+Blue) = 230+6+128=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E60680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60680 is #19F97F. Grayscale: #565656. Windows color (decimal): -1702272 or 8390374. OLE color: 8390374.

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

Color convert

RGB 230 6 128 -
CMYK 0 0.97 0.44 0.10
HSL 327.32º 0.95% 0.46% -
HSV(B) 327.32º 0.97% 0.9% -
XYZ 36.59 18.51 22.07 -
YUV 86.88 151.21 230.08 -
System Red Green Blue C M Y K H S L
Decimal 230 6 128 0 0.97 0.44 0.10 327.32 0.95 0.46
Hex E6 6 80 0 61 2C A 147 5F 2E
Octal 346 6 200 0 141 54 12 507 137 56
Binary 11100110 110 10000000 0 1100001 101100 1010 101000111 1011111 101110

Color Harmonies of #E60680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60680

Black with #E60680

Text Example


Text Example

White with #E60680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60680; }

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

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

background-color css

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

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

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

border-color css

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

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

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