Html Css Color HEX #ED4F72 Dark Pink

📋 copy color: '#ED4F72'

red 237 ◦ green 79 ◦ blue 114

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

Shades of Dark Pink #ED4F72

Tints of Dark Pink #ED4F72

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.37%

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

R = 55.12%
G = 18.37%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED4F72 (or 0xED4F72) is known color: Dark Pink. HEX triplet: ED, 4F and 72. RGB value is (237,79,114). Sum of RGB (Red+Green+Blue) = 237+79+114=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4F72 is #12B08D. Grayscale: #828282. Windows color (decimal): -1224846 or 7491565. OLE color: 7491565.

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

Color convert

RGB 237 79 114 -
CMYK 0 0.67 0.52 0.07
HSL 346.71º 0.81% 0.62% -
HSV(B) 346.71º 0.67% 0.93% -
XYZ 40.76 24.81 18.56 -
YUV 130.23 118.85 204.15 -
System Red Green Blue C M Y K H S L
Decimal 237 79 114 0 0.67 0.52 0.07 346.71 0.81 0.62
Hex ED 4F 72 0 43 34 7 15B 51 3E
Octal 355 117 162 0 103 64 7 533 121 76
Binary 11101101 1001111 1110010 0 1000011 110100 111 101011011 1010001 111110

Color Harmonies of #ED4F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4F72

Black with #ED4F72

Text Example


Text Example

White with #ED4F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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