Html Css Color HEX #E60F8D Deep Pink

📋 copy color: '#E60F8D'

red 230 ◦ green 15 ◦ blue 141

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

Shades of Deep Pink #E60F8D

Tints of Deep Pink #E60F8D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.89%

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 59.59%
G = 3.89%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E60F8D (or 0xE60F8D) is known color: Deep Pink. HEX triplet: E6, 0F and 8D. RGB value is (230,15,141). Sum of RGB (Red+Green+Blue) = 230+15+141=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60F8D is #19F072. Grayscale: #5D5D5D. Windows color (decimal): -1699955 or 9244646. OLE color: 9244646.

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

Color convert

RGB 230 15 141 -
CMYK 0 0.93 0.39 0.10
HSL 324.84º 0.88% 0.48% -
HSV(B) 324.84º 0.93% 0.9% -
XYZ 37.61 19.09 26.9 -
YUV 93.65 154.73 225.25 -
System Red Green Blue C M Y K H S L
Decimal 230 15 141 0 0.93 0.39 0.10 324.84 0.88 0.48
Hex E6 F 8D 0 5D 27 A 145 58 30
Octal 346 17 215 0 135 47 12 505 130 60
Binary 11100110 1111 10001101 0 1011101 100111 1010 101000101 1011000 110000

Color Harmonies of #E60F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60F8D

Black with #E60F8D

Text Example


Text Example

White with #E60F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60F8D; }

 p { color: rgb(230,15,141); }

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

background-color css

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

 a { background-color: rgb(230,15,141); }

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

border-color css

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

 span { border-color: rgb(230,15,141); }

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