Html Css Color HEX #ED487A Dark Pink

📋 copy color: '#ED487A'

red 237 ◦ green 72 ◦ blue 122

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

Shades of Dark Pink #ED487A

Tints of Dark Pink #ED487A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 54.99%
G = 16.71%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED487A (or 0xED487A) is known color: Dark Pink. HEX triplet: ED, 48 and 7A. RGB value is (237,72,122). Sum of RGB (Red+Green+Blue) = 237+72+122=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED487A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED487A is #12B785. Grayscale: #7E7E7E. Windows color (decimal): -1226630 or 8014061. OLE color: 8014061.

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

Color convert

RGB 237 72 122 -
CMYK 0 0.70 0.49 0.07
HSL 341.82º 0.82% 0.61% -
HSV(B) 341.82º 0.7% 0.93% -
XYZ 40.76 24.04 20.91 -
YUV 127.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 237 72 122 0 0.70 0.49 0.07 341.82 0.82 0.61
Hex ED 48 7A 0 46 31 7 156 52 3D
Octal 355 110 172 0 106 61 7 526 122 75
Binary 11101101 1001000 1111010 0 1000110 110001 111 101010110 1010010 111101

Color Harmonies of #ED487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED487A

Black with #ED487A

Text Example


Text Example

White with #ED487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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