Html Css Color HEX #E60480 Deep Pink

📋 copy color: '#E60480'

red 230 ◦ green 4 ◦ blue 128

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

Shades of Deep Pink #E60480

Tints of Deep Pink #E60480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 63.54%
G = 1.1%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E60480 (or 0xE60480) is known color: Deep Pink. HEX triplet: E6, 04 and 80. RGB value is (230,4,128). Sum of RGB (Red+Green+Blue) = 230+4+128=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E60480 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60480 is #19FB7F. Grayscale: #555555. Windows color (decimal): -1702784 or 8389862. OLE color: 8389862.

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

Color convert

RGB 230 4 128 -
CMYK 0 0.98 0.44 0.10
HSL 327.08º 0.97% 0.46% -
HSV(B) 327.08º 0.98% 0.9% -
XYZ 36.57 18.47 22.06 -
YUV 85.71 151.87 230.92 -
System Red Green Blue C M Y K H S L
Decimal 230 4 128 0 0.98 0.44 0.10 327.08 0.97 0.46
Hex E6 4 80 0 62 2C A 147 61 2E
Octal 346 4 200 0 142 54 12 507 141 56
Binary 11100110 100 10000000 0 1100010 101100 1010 101000111 1100001 101110

Color Harmonies of #E60480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60480

Black with #E60480

Text Example


Text Example

White with #E60480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60480; }

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

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

background-color css

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

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

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

border-color css

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

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

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