Html Css Color HEX #ED457C Dark Pink

📋 copy color: '#ED457C'

red 237 ◦ green 69 ◦ blue 124

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

Shades of Dark Pink #ED457C

Tints of Dark Pink #ED457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.05%

 BLUE value IS 124 (48.83% from 255) = 28.84%

R = 55.12%
G = 16.05%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED457C (or 0xED457C) is known color: Dark Pink. HEX triplet: ED, 45 and 7C. RGB value is (237,69,124). Sum of RGB (Red+Green+Blue) = 237+69+124=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED457C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED457C is #12BA83. Grayscale: #7D7D7D. Windows color (decimal): -1227396 or 8144365. OLE color: 8144365.

HSL color Cylindrical-coordinate representation of color #ED457C: hue angle of 340.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED457C is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 69 124 -
CMYK 0 0.71 0.48 0.07
HSL 340.36º 0.82% 0.6% -
HSV(B) 340.36º 0.71% 0.93% -
XYZ 40.69 23.72 21.5 -
YUV 125.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 237 69 124 0 0.71 0.48 0.07 340.36 0.82 0.6
Hex ED 45 7C 0 47 30 7 154 52 3C
Octal 355 105 174 0 107 60 7 524 122 74
Binary 11101101 1000101 1111100 0 1000111 110000 111 101010100 1010010 111100

Color Harmonies of #ED457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED457C

Black with #ED457C

Text Example


Text Example

White with #ED457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED457C; }

 p { color: rgb(237,69,124); }

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

background-color css

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

 a { background-color: rgb(237,69,124); }

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

border-color css

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

 span { border-color: rgb(237,69,124); }

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