Html Css Color HEX #E60985 Deep Pink

📋 copy color: '#E60985'

red 230 ◦ green 9 ◦ blue 133

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

Shades of Deep Pink #E60985

Tints of Deep Pink #E60985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.42%

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

R = 61.83%
G = 2.42%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E60985 (or 0xE60985) is known color: Deep Pink. HEX triplet: E6, 09 and 85. RGB value is (230,9,133). Sum of RGB (Red+Green+Blue) = 230+9+133=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E60985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60985 is #19F67A. Grayscale: #585858. Windows color (decimal): -1701499 or 8718822. OLE color: 8718822.

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

Color convert

RGB 230 9 133 -
CMYK 0 0.96 0.42 0.10
HSL 326.33º 0.92% 0.47% -
HSV(B) 326.33º 0.96% 0.9% -
XYZ 36.96 18.71 23.85 -
YUV 89.22 152.72 228.42 -
System Red Green Blue C M Y K H S L
Decimal 230 9 133 0 0.96 0.42 0.10 326.33 0.92 0.47
Hex E6 9 85 0 60 2A A 146 5C 2F
Octal 346 11 205 0 140 52 12 506 134 57
Binary 11100110 1001 10000101 0 1100000 101010 1010 101000110 1011100 101111

Color Harmonies of #E60985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60985

Black with #E60985

Text Example


Text Example

White with #E60985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60985; }

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

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

background-color css

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

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

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

border-color css

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

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

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