Html Css Color HEX #ED567D Dark Pink

📋 copy color: '#ED567D'

red 237 ◦ green 86 ◦ blue 125

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

Shades of Dark Pink #ED567D

Tints of Dark Pink #ED567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 52.9%
G = 19.2%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED567D (or 0xED567D) is known color: Dark Pink. HEX triplet: ED, 56 and 7D. RGB value is (237,86,125). Sum of RGB (Red+Green+Blue) = 237+86+125=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED567D is #12A982. Grayscale: #878787. Windows color (decimal): -1223043 or 8214253. OLE color: 8214253.

HSL color Cylindrical-coordinate representation of color #ED567D: hue angle of 344.5º 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 #ED567D is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 86 125 -
CMYK 0 0.64 0.47 0.07
HSL 344.5º 0.81% 0.63% -
HSV(B) 344.5º 0.64% 0.93% -
XYZ 41.95 26.14 22.24 -
YUV 135.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 237 86 125 0 0.64 0.47 0.07 344.5 0.81 0.63
Hex ED 56 7D 0 40 2F 7 159 51 3F
Octal 355 126 175 0 100 57 7 531 121 77
Binary 11101101 1010110 1111101 0 1000000 101111 111 101011001 1010001 111111

Color Harmonies of #ED567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED567D

Black with #ED567D

Text Example


Text Example

White with #ED567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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