Html Css Color HEX #ED4673 Dark Pink

📋 copy color: '#ED4673'

red 237 ◦ green 70 ◦ blue 115

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

Shades of Dark Pink #ED4673

Tints of Dark Pink #ED4673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 56.16%
G = 16.59%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED4673 (or 0xED4673) is known color: Dark Pink. HEX triplet: ED, 46 and 73. RGB value is (237,70,115). Sum of RGB (Red+Green+Blue) = 237+70+115=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4673 is #12B98C. Grayscale: #7D7D7D. Windows color (decimal): -1227149 or 7554797. OLE color: 7554797.

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

Color convert

RGB 237 70 115 -
CMYK 0 0.70 0.51 0.07
HSL 343.83º 0.82% 0.6% -
HSV(B) 343.83º 0.7% 0.93% -
XYZ 40.21 23.62 18.66 -
YUV 125.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 237 70 115 0 0.70 0.51 0.07 343.83 0.82 0.6
Hex ED 46 73 0 46 33 7 158 52 3C
Octal 355 106 163 0 106 63 7 530 122 74
Binary 11101101 1000110 1110011 0 1000110 110011 111 101011000 1010010 111100

Color Harmonies of #ED4673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4673

Black with #ED4673

Text Example


Text Example

White with #ED4673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4673; }

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

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

background-color css

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

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

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

border-color css

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

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

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