Html Css Color HEX #ED567F Dark Pink

📋 copy color: '#ED567F'

red 237 ◦ green 86 ◦ blue 127

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

Shades of Dark Pink #ED567F

Tints of Dark Pink #ED567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.22%

R = 52.67%
G = 19.11%
B = 28.22%

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

#ED567F (or 0xED567F) is known color: Dark Pink. HEX triplet: ED, 56 and 7F. RGB value is (237,86,127). Sum of RGB (Red+Green+Blue) = 237+86+127=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED567F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED567F is #12A980. Grayscale: #878787. Windows color (decimal): -1223041 or 8345325. OLE color: 8345325.

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

Color convert

RGB 237 86 127 -
CMYK 0 0.64 0.46 0.07
HSL 343.71º 0.81% 0.63% -
HSV(B) 343.71º 0.64% 0.93% -
XYZ 42.08 26.19 22.92 -
YUV 135.82 123.03 200.17 -
System Red Green Blue C M Y K H S L
Decimal 237 86 127 0 0.64 0.46 0.07 343.71 0.81 0.63
Hex ED 56 7F 0 40 2E 7 158 51 3F
Octal 355 126 177 0 100 56 7 530 121 77
Binary 11101101 1010110 1111111 0 1000000 101110 111 101011000 1010001 111111

Color Harmonies of #ED567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED567F

Black with #ED567F

Text Example


Text Example

White with #ED567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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