Html Css Color HEX #ED6085 Dark Pink

📋 copy color: '#ED6085'

red 237 ◦ green 96 ◦ blue 133

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

Shades of Dark Pink #ED6085

Tints of Dark Pink #ED6085

RGB

 RED value IS 237 (92.97% from 255) = 50.86%

 GREEN value IS 96 (37.89% from 255) = 20.6%

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

R = 50.86%
G = 20.6%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED6085 (or 0xED6085) is known color: 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

RGB 237 96 133 -
CMYK 0 0.59 0.44 0.07
HSL 344.26º 0.8% 0.65% -
HSV(B) 344.26º 0.59% 0.93% -
XYZ 43.34 28.06 25.32 -
YUV 142.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 237 96 133 0 0.59 0.44 0.07 344.26 0.8 0.65
Hex ED 60 85 0 3B 2C 7 158 50 41
Octal 355 140 205 0 73 54 7 530 120 101
Binary 11101101 1100000 10000101 0 111011 101100 111 101011000 1010000 1000001

Color Harmonies of #ED6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6085

Black with #ED6085

Text Example


Text Example

White with #ED6085

Text Example


Text Example

HTML Codes & Css Web 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>