Html Css Color HEX #ED4671 Dark Pink

📋 copy color: '#ED4671'

red 237 ◦ green 70 ◦ blue 113

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

Shades of Dark Pink #ED4671

Tints of Dark Pink #ED4671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.9%

R = 56.43%
G = 16.67%
B = 26.9%

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

#ED4671 (or 0xED4671) is known color: Dark Pink. HEX triplet: ED, 46 and 71. RGB value is (237,70,113). Sum of RGB (Red+Green+Blue) = 237+70+113=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4671 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4671 is #12B98E. Grayscale: #7C7C7C. Windows color (decimal): -1227151 or 7423725. OLE color: 7423725.

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

Color convert

RGB 237 70 113 -
CMYK 0 0.70 0.52 0.07
HSL 344.55º 0.82% 0.6% -
HSV(B) 344.55º 0.7% 0.93% -
XYZ 40.1 23.58 18.06 -
YUV 124.84 121.33 208 -
System Red Green Blue C M Y K H S L
Decimal 237 70 113 0 0.70 0.52 0.07 344.55 0.82 0.6
Hex ED 46 71 0 46 34 7 159 52 3C
Octal 355 106 161 0 106 64 7 531 122 74
Binary 11101101 1000110 1110001 0 1000110 110100 111 101011001 1010010 111100

Color Harmonies of #ED4671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4671

Black with #ED4671

Text Example


Text Example

White with #ED4671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4671; }

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

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

background-color css

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

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

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

border-color css

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

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

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