Html Css Color HEX #ED476F Dark Pink

📋 copy color: '#ED476F'

red 237 ◦ green 71 ◦ blue 111

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

Shades of Dark Pink #ED476F

Tints of Dark Pink #ED476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.95%

 BLUE value IS 111 (43.75% from 255) = 26.49%

R = 56.56%
G = 16.95%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED476F (or 0xED476F) is known color: Dark Pink. HEX triplet: ED, 47 and 6F. RGB value is (237,71,111). Sum of RGB (Red+Green+Blue) = 237+71+111=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED476F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED476F is #12B890. Grayscale: #7D7D7D. Windows color (decimal): -1226897 or 7292909. OLE color: 7292909.

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

Color convert

RGB 237 71 111 -
CMYK 0 0.70 0.53 0.07
HSL 345.54º 0.82% 0.6% -
HSV(B) 345.54º 0.7% 0.93% -
XYZ 40.05 23.66 17.49 -
YUV 125.19 120 207.75 -
System Red Green Blue C M Y K H S L
Decimal 237 71 111 0 0.70 0.53 0.07 345.54 0.82 0.6
Hex ED 47 6F 0 46 35 7 15A 52 3C
Octal 355 107 157 0 106 65 7 532 122 74
Binary 11101101 1000111 1101111 0 1000110 110101 111 101011010 1010010 111100

Color Harmonies of #ED476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED476F

Black with #ED476F

Text Example


Text Example

White with #ED476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED476F; }

 p { color: rgb(237,71,111); }

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

background-color css

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

 a { background-color: rgb(237,71,111); }

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

border-color css

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

 span { border-color: rgb(237,71,111); }

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