Html Css Color HEX #E60F85 Deep Pink

📋 copy color: '#E60F85'

red 230 ◦ green 15 ◦ blue 133

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

Shades of Deep Pink #E60F85

Tints of Deep Pink #E60F85

RGB

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

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

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

R = 60.85%
G = 3.97%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E60F85 (or 0xE60F85) is known color: Deep Pink. HEX triplet: E6, 0F and 85. RGB value is (230,15,133). Sum of RGB (Red+Green+Blue) = 230+15+133=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60F85 is #19F07A. Grayscale: #5C5C5C. Windows color (decimal): -1699963 or 8720358. OLE color: 8720358.

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

Color convert

RGB 230 15 133 -
CMYK 0 0.93 0.42 0.10
HSL 327.07º 0.88% 0.48% -
HSV(B) 327.07º 0.93% 0.9% -
XYZ 37.04 18.86 23.88 -
YUV 92.74 150.73 225.91 -
System Red Green Blue C M Y K H S L
Decimal 230 15 133 0 0.93 0.42 0.10 327.07 0.88 0.48
Hex E6 F 85 0 5D 2A A 147 58 30
Octal 346 17 205 0 135 52 12 507 130 60
Binary 11100110 1111 10000101 0 1011101 101010 1010 101000111 1011000 110000

Color Harmonies of #E60F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60F85

Black with #E60F85

Text Example


Text Example

White with #E60F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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