Html Css Color HEX #ED4172 Dark Pink

📋 copy color: '#ED4172'

red 237 ◦ green 65 ◦ blue 114

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

Shades of Dark Pink #ED4172

Tints of Dark Pink #ED4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.63%

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

R = 56.97%
G = 15.63%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED4172 (or 0xED4172) is known color: Dark Pink. HEX triplet: ED, 41 and 72. RGB value is (237,65,114). Sum of RGB (Red+Green+Blue) = 237+65+114=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4172 is #12BE8D. Grayscale: #797979. Windows color (decimal): -1228430 or 7487981. OLE color: 7487981.

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

Color convert

RGB 237 65 114 -
CMYK 0 0.73 0.52 0.07
HSL 342.91º 0.83% 0.59% -
HSV(B) 342.91º 0.73% 0.93% -
XYZ 39.85 23 18.26 -
YUV 122.01 123.48 210.02 -
System Red Green Blue C M Y K H S L
Decimal 237 65 114 0 0.73 0.52 0.07 342.91 0.83 0.59
Hex ED 41 72 0 49 34 7 157 53 3B
Octal 355 101 162 0 111 64 7 527 123 73
Binary 11101101 1000001 1110010 0 1001001 110100 111 101010111 1010011 111011

Color Harmonies of #ED4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4172

Black with #ED4172

Text Example


Text Example

White with #ED4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4172; }

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

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

background-color css

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

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

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

border-color css

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

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

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