Html Css Color HEX #ED4371 Dark Pink

📋 copy color: '#ED4371'

red 237 ◦ green 67 ◦ blue 113

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

Shades of Dark Pink #ED4371

Tints of Dark Pink #ED4371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.07%

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

R = 56.83%
G = 16.07%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED4371 (or 0xED4371) is known color: Dark Pink. HEX triplet: ED, 43 and 71. RGB value is (237,67,113). Sum of RGB (Red+Green+Blue) = 237+67+113=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4371 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4371 is #12BC8E. Grayscale: #7B7B7B. Windows color (decimal): -1227919 or 7422957. OLE color: 7422957.

HSL color Cylindrical-coordinate representation of color #ED4371: hue angle of 343.76º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED4371 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 67 113 -
CMYK 0 0.72 0.52 0.07
HSL 343.76º 0.83% 0.6% -
HSV(B) 343.76º 0.72% 0.93% -
XYZ 39.91 23.21 18 -
YUV 123.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 237 67 113 0 0.72 0.52 0.07 343.76 0.83 0.6
Hex ED 43 71 0 48 34 7 158 53 3C
Octal 355 103 161 0 110 64 7 530 123 74
Binary 11101101 1000011 1110001 0 1001000 110100 111 101011000 1010011 111100

Color Harmonies of #ED4371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4371

Black with #ED4371

Text Example


Text Example

White with #ED4371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4371; }

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

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

background-color css

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

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

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

border-color css

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

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

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