Html Css Color HEX #ED4472 Dark Pink

📋 copy color: '#ED4472'

red 237 ◦ green 68 ◦ blue 114

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

Shades of Dark Pink #ED4472

Tints of Dark Pink #ED4472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.23%

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

R = 56.56%
G = 16.23%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED4472 (or 0xED4472) is known color: Dark Pink. HEX triplet: ED, 44 and 72. RGB value is (237,68,114). Sum of RGB (Red+Green+Blue) = 237+68+114=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4472 is #12BB8D. Grayscale: #7B7B7B. Windows color (decimal): -1227662 or 7488749. OLE color: 7488749.

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

Color convert

RGB 237 68 114 -
CMYK 0 0.71 0.52 0.07
HSL 343.67º 0.82% 0.6% -
HSV(B) 343.67º 0.71% 0.93% -
XYZ 40.03 23.35 18.32 -
YUV 123.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 237 68 114 0 0.71 0.52 0.07 343.67 0.82 0.6
Hex ED 44 72 0 47 34 7 158 52 3C
Octal 355 104 162 0 107 64 7 530 122 74
Binary 11101101 1000100 1110010 0 1000111 110100 111 101011000 1010010 111100

Color Harmonies of #ED4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4472

Black with #ED4472

Text Example


Text Example

White with #ED4472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4472; }

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

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

background-color css

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

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

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

border-color css

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

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

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