Html Css Color HEX #E60D8C Deep Pink

📋 copy color: '#E60D8C'

red 230 ◦ green 13 ◦ blue 140

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

Shades of Deep Pink #E60D8C

Tints of Deep Pink #E60D8C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 60.05%
G = 3.39%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E60D8C (or 0xE60D8C) is known color: Deep Pink. HEX triplet: E6, 0D and 8C. RGB value is (230,13,140). Sum of RGB (Red+Green+Blue) = 230+13+140=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60D8C is #19F273. Grayscale: #5C5C5C. Windows color (decimal): -1700468 or 9178598. OLE color: 9178598.

HSL color Cylindrical-coordinate representation of color #E60D8C: hue angle of 324.88º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D8C is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 13 140 -
CMYK 0 0.94 0.39 0.10
HSL 324.88º 0.89% 0.48% -
HSV(B) 324.88º 0.94% 0.9% -
XYZ 37.51 19 26.5 -
YUV 92.36 154.89 226.17 -
System Red Green Blue C M Y K H S L
Decimal 230 13 140 0 0.94 0.39 0.10 324.88 0.89 0.48
Hex E6 D 8C 0 5E 27 A 145 59 30
Octal 346 15 214 0 136 47 12 505 131 60
Binary 11100110 1101 10001100 0 1011110 100111 1010 101000101 1011001 110000

Color Harmonies of #E60D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D8C

Black with #E60D8C

Text Example


Text Example

White with #E60D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D8C; }

 p { color: rgb(230,13,140); }

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

background-color css

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

 a { background-color: rgb(230,13,140); }

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

border-color css

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

 span { border-color: rgb(230,13,140); }

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