Html Css Color HEX #ED5681 Dark Pink

📋 copy color: '#ED5681'

red 237 ◦ green 86 ◦ blue 129

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

Shades of Dark Pink #ED5681

Tints of Dark Pink #ED5681

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.03%

 BLUE value IS 129 (50.78% from 255) = 28.54%

R = 52.43%
G = 19.03%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED5681 (or 0xED5681) is known color: Dark Pink. HEX triplet: ED, 56 and 81. RGB value is (237,86,129). Sum of RGB (Red+Green+Blue) = 237+86+129=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5681 is #12A97E. Grayscale: #888888. Windows color (decimal): -1223039 or 8476397. OLE color: 8476397.

HSL color Cylindrical-coordinate representation of color #ED5681: hue angle of 342.91º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED5681 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 86 129 -
CMYK 0 0.64 0.46 0.07
HSL 342.91º 0.81% 0.63% -
HSV(B) 342.91º 0.64% 0.93% -
XYZ 42.22 26.25 23.61 -
YUV 136.05 124.03 200 -
System Red Green Blue C M Y K H S L
Decimal 237 86 129 0 0.64 0.46 0.07 342.91 0.81 0.63
Hex ED 56 81 0 40 2E 7 157 51 3F
Octal 355 126 201 0 100 56 7 527 121 77
Binary 11101101 1010110 10000001 0 1000000 101110 111 101010111 1010001 111111

Color Harmonies of #ED5681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5681

Black with #ED5681

Text Example


Text Example

White with #ED5681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5681; }

 p { color: rgb(237,86,129); }

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

background-color css

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

 a { background-color: rgb(237,86,129); }

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

border-color css

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

 span { border-color: rgb(237,86,129); }

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