Html Css Color HEX #E60380 Deep Pink

📋 copy color: '#E60380'

red 230 ◦ green 3 ◦ blue 128

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

Shades of Deep Pink #E60380

Tints of Deep Pink #E60380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 63.71%
G = 0.83%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E60380 (or 0xE60380) is known color: Deep Pink. HEX triplet: E6, 03 and 80. RGB value is (230,3,128). Sum of RGB (Red+Green+Blue) = 230+3+128=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E60380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60380 is #19FC7F. Grayscale: #545454. Windows color (decimal): -1703040 or 8389606. OLE color: 8389606.

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

Color convert

RGB 230 3 128 -
CMYK 0 0.99 0.44 0.10
HSL 326.96º 0.97% 0.46% -
HSV(B) 326.96º 0.99% 0.9% -
XYZ 36.56 18.45 22.06 -
YUV 85.12 152.21 231.34 -
System Red Green Blue C M Y K H S L
Decimal 230 3 128 0 0.99 0.44 0.10 326.96 0.97 0.46
Hex E6 3 80 0 63 2C A 147 61 2E
Octal 346 3 200 0 143 54 12 507 141 56
Binary 11100110 11 10000000 0 1100011 101100 1010 101000111 1100001 101110

Color Harmonies of #E60380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60380

Black with #E60380

Text Example


Text Example

White with #E60380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60380; }

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

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

background-color css

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

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

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

border-color css

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

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

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