Html Css Color HEX #ED568B Dark Pink

📋 copy color: '#ED568B'

red 237 ◦ green 86 ◦ blue 139

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

Shades of Dark Pink #ED568B

Tints of Dark Pink #ED568B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 51.3%
G = 18.61%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED568B (or 0xED568B) is known color: Dark Pink. HEX triplet: ED, 56 and 8B. RGB value is (237,86,139). Sum of RGB (Red+Green+Blue) = 237+86+139=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED568B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED568B is #12A974. Grayscale: #898989. Windows color (decimal): -1223029 or 9131757. OLE color: 9131757.

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

Color convert

RGB 237 86 139 -
CMYK 0 0.64 0.41 0.07
HSL 338.94º 0.81% 0.63% -
HSV(B) 338.94º 0.64% 0.93% -
XYZ 42.91 26.52 27.28 -
YUV 137.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 237 86 139 0 0.64 0.41 0.07 338.94 0.81 0.63
Hex ED 56 8B 0 40 29 7 153 51 3F
Octal 355 126 213 0 100 51 7 523 121 77
Binary 11101101 1010110 10001011 0 1000000 101001 111 101010011 1010001 111111

Color Harmonies of #ED568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED568B

Black with #ED568B

Text Example


Text Example

White with #ED568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED568B; }

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

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

background-color css

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

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

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

border-color css

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

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

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