Html Css Color HEX #ED567E Dark Pink

📋 copy color: '#ED567E'

red 237 ◦ green 86 ◦ blue 126

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

Shades of Dark Pink #ED567E

Tints of Dark Pink #ED567E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.06%

R = 52.78%
G = 19.15%
B = 28.06%

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

#ED567E (or 0xED567E) is known color: Dark Pink. HEX triplet: ED, 56 and 7E. RGB value is (237,86,126). Sum of RGB (Red+Green+Blue) = 237+86+126=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED567E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED567E is #12A981. Grayscale: #878787. Windows color (decimal): -1223042 or 8279789. OLE color: 8279789.

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

Color convert

RGB 237 86 126 -
CMYK 0 0.64 0.47 0.07
HSL 344.11º 0.81% 0.63% -
HSV(B) 344.11º 0.64% 0.93% -
XYZ 42.02 26.17 22.57 -
YUV 135.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 237 86 126 0 0.64 0.47 0.07 344.11 0.81 0.63
Hex ED 56 7E 0 40 2F 7 158 51 3F
Octal 355 126 176 0 100 57 7 530 121 77
Binary 11101101 1010110 1111110 0 1000000 101111 111 101011000 1010001 111111

Color Harmonies of #ED567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED567E

Black with #ED567E

Text Example


Text Example

White with #ED567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED567E; }

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

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

background-color css

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

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

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

border-color css

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

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

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