Html Css Color HEX #E60885 Deep Pink

📋 copy color: '#E60885'

red 230 ◦ green 8 ◦ blue 133

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

Shades of Deep Pink #E60885

Tints of Deep Pink #E60885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

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

R = 61.99%
G = 2.16%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E60885 (or 0xE60885) is known color: Deep Pink. HEX triplet: E6, 08 and 85. RGB value is (230,8,133). Sum of RGB (Red+Green+Blue) = 230+8+133=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E60885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60885 is #19F77A. Grayscale: #585858. Windows color (decimal): -1701755 or 8718566. OLE color: 8718566.

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

Color convert

RGB 230 8 133 -
CMYK 0 0.97 0.42 0.10
HSL 326.22º 0.93% 0.47% -
HSV(B) 326.22º 0.97% 0.9% -
XYZ 36.95 18.69 23.85 -
YUV 88.63 153.05 228.84 -
System Red Green Blue C M Y K H S L
Decimal 230 8 133 0 0.97 0.42 0.10 326.22 0.93 0.47
Hex E6 8 85 0 61 2A A 146 5D 2F
Octal 346 10 205 0 141 52 12 506 135 57
Binary 11100110 1000 10000101 0 1100001 101010 1010 101000110 1011101 101111

Color Harmonies of #E60885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60885

Black with #E60885

Text Example


Text Example

White with #E60885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60885; }

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

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

background-color css

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

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

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

border-color css

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

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

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