Html Css Color HEX #ED487B Dark Pink

📋 copy color: '#ED487B'

red 237 ◦ green 72 ◦ blue 123

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

Shades of Dark Pink #ED487B

Tints of Dark Pink #ED487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 54.86%
G = 16.67%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED487B (or 0xED487B) is known color: Dark Pink. HEX triplet: ED, 48 and 7B. RGB value is (237,72,123). Sum of RGB (Red+Green+Blue) = 237+72+123=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED487B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED487B is #12B784. Grayscale: #7F7F7F. Windows color (decimal): -1226629 or 8079597. OLE color: 8079597.

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

Color convert

RGB 237 72 123 -
CMYK 0 0.70 0.48 0.07
HSL 341.45º 0.82% 0.61% -
HSV(B) 341.45º 0.7% 0.93% -
XYZ 40.82 24.07 21.23 -
YUV 127.15 125.66 206.35 -
System Red Green Blue C M Y K H S L
Decimal 237 72 123 0 0.70 0.48 0.07 341.45 0.82 0.61
Hex ED 48 7B 0 46 30 7 155 52 3D
Octal 355 110 173 0 106 60 7 525 122 75
Binary 11101101 1001000 1111011 0 1000110 110000 111 101010101 1010010 111101

Color Harmonies of #ED487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED487B

Black with #ED487B

Text Example


Text Example

White with #ED487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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