#ED6085

Color #ED6085 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #ED6085

Tints of Dark Pink #ED6085

Color information

#ED6085 (or 0xED6085) is unknown color: approx Dark Pink. HEX triplet: ED, 60 and 85. RGB value is (237,96,133). Sum of RGB (Red+Green+Blue) = 237+96+133=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6085 is #129F7A. Grayscale: #8E8E8E. Windows color (decimal): -1220475 or 8741101. OLE color: 8741101.

HSL color Cylindrical-coordinate representation of color #ED6085: hue angle of 344.26º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6085 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB23796133-
CMYK00.590.440.07
HSL344.26º79.66%65.29%-
HSV(B)344.26º59.49%92.94%-
XYZ43.3428.0625.32-
YUV142.38122.71195.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.86%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=50.86%
G=20.60%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379613300.590.440.07344.2679.6665.29
HexED608503B2C71585041
Octal355140205073547530120101
Binary11101101110000010000101011101110110011110101100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6085; }

 p { color: rgb(237,96,133); }

 H1.HeaderClassName
 {
   color: #ED6085;
 }
 .AnyTagClassName
 {
   color: #ED6085;
 }
</style>
background-color css

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

 a { background-color: rgb(237,96,133); }

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

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

 span { border-color: rgb(237,96,133); }

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