Html Css Color HEX #E60585 Deep Pink

📋 copy color: '#E60585'

red 230 ◦ green 5 ◦ blue 133

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

Shades of Deep Pink #E60585

Tints of Deep Pink #E60585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 62.5%
G = 1.36%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E60585 (or 0xE60585) is known color: Deep Pink. HEX triplet: E6, 05 and 85. RGB value is (230,5,133). Sum of RGB (Red+Green+Blue) = 230+5+133=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E60585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60585 is #19FA7A. Grayscale: #565656. Windows color (decimal): -1702523 or 8717798. OLE color: 8717798.

HSL color Cylindrical-coordinate representation of color #E60585: hue angle of 325.87º degrees, saturation: 0.96, 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 #E60585 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 5 133 -
CMYK 0 0.98 0.42 0.10
HSL 325.87º 0.96% 0.46% -
HSV(B) 325.87º 0.98% 0.9% -
XYZ 36.92 18.62 23.84 -
YUV 86.87 154.04 230.09 -
System Red Green Blue C M Y K H S L
Decimal 230 5 133 0 0.98 0.42 0.10 325.87 0.96 0.46
Hex E6 5 85 0 62 2A A 146 60 2E
Octal 346 5 205 0 142 52 12 506 140 56
Binary 11100110 101 10000101 0 1100010 101010 1010 101000110 1100000 101110

Color Harmonies of #E60585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60585

Black with #E60585

Text Example


Text Example

White with #E60585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60585; }

 p { color: rgb(230,5,133); }

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

background-color css

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

 a { background-color: rgb(230,5,133); }

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

border-color css

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

 span { border-color: rgb(230,5,133); }

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