Html Css Color HEX #ED5272 Dark Pink

📋 copy color: '#ED5272'

red 237 ◦ green 82 ◦ blue 114

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

Shades of Dark Pink #ED5272

Tints of Dark Pink #ED5272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.94%

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

R = 54.73%
G = 18.94%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED5272 (or 0xED5272) is known color: Dark Pink. HEX triplet: ED, 52 and 72. RGB value is (237,82,114). Sum of RGB (Red+Green+Blue) = 237+82+114=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5272 is #12AD8D. Grayscale: #848484. Windows color (decimal): -1224078 or 7492333. OLE color: 7492333.

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

Color convert

RGB 237 82 114 -
CMYK 0 0.65 0.52 0.07
HSL 347.61º 0.81% 0.63% -
HSV(B) 347.61º 0.65% 0.93% -
XYZ 40.98 25.25 18.63 -
YUV 131.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 237 82 114 0 0.65 0.52 0.07 347.61 0.81 0.63
Hex ED 52 72 0 41 34 7 15C 51 3F
Octal 355 122 162 0 101 64 7 534 121 77
Binary 11101101 1010010 1110010 0 1000001 110100 111 101011100 1010001 111111

Color Harmonies of #ED5272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5272

Black with #ED5272

Text Example


Text Example

White with #ED5272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5272; }

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

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

background-color css

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

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

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

border-color css

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

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

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