Html Css Color HEX #ED487F Dark Pink

📋 copy color: '#ED487F'

red 237 ◦ green 72 ◦ blue 127

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

Shades of Dark Pink #ED487F

Tints of Dark Pink #ED487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.51%

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

R = 54.36%
G = 16.51%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED487F (or 0xED487F) is known color: Dark Pink. HEX triplet: ED, 48 and 7F. RGB value is (237,72,127). Sum of RGB (Red+Green+Blue) = 237+72+127=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED487F is #12B780. Grayscale: #7F7F7F. Windows color (decimal): -1226625 or 8341741. OLE color: 8341741.

HSL color Cylindrical-coordinate representation of color #ED487F: hue angle of 340º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED487F is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 72 127 -
CMYK 0 0.70 0.46 0.07
HSL 340º 0.82% 0.61% -
HSV(B) 340º 0.7% 0.93% -
XYZ 41.07 24.17 22.58 -
YUV 127.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 237 72 127 0 0.70 0.46 0.07 340 0.82 0.61
Hex ED 48 7F 0 46 2E 7 154 52 3D
Octal 355 110 177 0 106 56 7 524 122 75
Binary 11101101 1001000 1111111 0 1000110 101110 111 101010100 1010010 111101

Color Harmonies of #ED487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED487F

Black with #ED487F

Text Example


Text Example

White with #ED487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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