Html Css Color HEX #ED467C Dark Pink

📋 copy color: '#ED467C'

red 237 ◦ green 70 ◦ blue 124

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

Shades of Dark Pink #ED467C

Tints of Dark Pink #ED467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.24%

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

R = 54.99%
G = 16.24%
B = 28.77%

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

#ED467C (or 0xED467C) is known color: Dark Pink. HEX triplet: ED, 46 and 7C. RGB value is (237,70,124). Sum of RGB (Red+Green+Blue) = 237+70+124=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED467C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED467C is #12B983. Grayscale: #7E7E7E. Windows color (decimal): -1227140 or 8144621. OLE color: 8144621.

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

Color convert

RGB 237 70 124 -
CMYK 0 0.70 0.48 0.07
HSL 340.6º 0.82% 0.6% -
HSV(B) 340.6º 0.7% 0.93% -
XYZ 40.75 23.84 21.52 -
YUV 126.09 126.83 207.11 -
System Red Green Blue C M Y K H S L
Decimal 237 70 124 0 0.70 0.48 0.07 340.6 0.82 0.6
Hex ED 46 7C 0 46 30 7 155 52 3C
Octal 355 106 174 0 106 60 7 525 122 74
Binary 11101101 1000110 1111100 0 1000110 110000 111 101010101 1010010 111100

Color Harmonies of #ED467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED467C

Black with #ED467C

Text Example


Text Example

White with #ED467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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