Html Css Color HEX #ED4672 Dark Pink

📋 copy color: '#ED4672'

red 237 ◦ green 70 ◦ blue 114

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

Shades of Dark Pink #ED4672

Tints of Dark Pink #ED4672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.08%

R = 56.29%
G = 16.63%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED4672 (or 0xED4672) is known color: Dark Pink. HEX triplet: ED, 46 and 72. RGB value is (237,70,114). Sum of RGB (Red+Green+Blue) = 237+70+114=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4672 is #12B98D. Grayscale: #7C7C7C. Windows color (decimal): -1227150 or 7489261. OLE color: 7489261.

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

Color convert

RGB 237 70 114 -
CMYK 0 0.70 0.52 0.07
HSL 344.19º 0.82% 0.6% -
HSV(B) 344.19º 0.7% 0.93% -
XYZ 40.15 23.6 18.36 -
YUV 124.95 121.83 207.92 -
System Red Green Blue C M Y K H S L
Decimal 237 70 114 0 0.70 0.52 0.07 344.19 0.82 0.6
Hex ED 46 72 0 46 34 7 158 52 3C
Octal 355 106 162 0 106 64 7 530 122 74
Binary 11101101 1000110 1110010 0 1000110 110100 111 101011000 1010010 111100

Color Harmonies of #ED4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4672

Black with #ED4672

Text Example


Text Example

White with #ED4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4672; }

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

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

background-color css

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

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

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

border-color css

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

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

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