Html Css Color HEX #ED4273 Dark Pink

📋 copy color: '#ED4273'

red 237 ◦ green 66 ◦ blue 115

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

Shades of Dark Pink #ED4273

Tints of Dark Pink #ED4273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 56.7%
G = 15.79%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED4273 (or 0xED4273) is known color: Dark Pink. HEX triplet: ED, 42 and 73. RGB value is (237,66,115). Sum of RGB (Red+Green+Blue) = 237+66+115=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4273 is #12BD8C. Grayscale: #7A7A7A. Windows color (decimal): -1228173 or 7553773. OLE color: 7553773.

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

Color convert

RGB 237 66 115 -
CMYK 0 0.72 0.51 0.07
HSL 342.81º 0.83% 0.59% -
HSV(B) 342.81º 0.72% 0.93% -
XYZ 39.97 23.14 18.58 -
YUV 122.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 237 66 115 0 0.72 0.51 0.07 342.81 0.83 0.59
Hex ED 42 73 0 48 33 7 157 53 3B
Octal 355 102 163 0 110 63 7 527 123 73
Binary 11101101 1000010 1110011 0 1001000 110011 111 101010111 1010011 111011

Color Harmonies of #ED4273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4273

Black with #ED4273

Text Example


Text Example

White with #ED4273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4273; }

 p { color: rgb(237,66,115); }

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

background-color css

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

 a { background-color: rgb(237,66,115); }

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

border-color css

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

 span { border-color: rgb(237,66,115); }

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