Html Css Color HEX #ED496E Dark Pink

📋 copy color: '#ED496E'

red 237 ◦ green 73 ◦ blue 110

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

Shades of Dark Pink #ED496E

Tints of Dark Pink #ED496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.38%

 BLUE value IS 110 (43.36% from 255) = 26.19%

R = 56.43%
G = 17.38%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED496E (or 0xED496E) is known color: Dark Pink. HEX triplet: ED, 49 and 6E. RGB value is (237,73,110). Sum of RGB (Red+Green+Blue) = 237+73+110=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED496E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED496E is #12B691. Grayscale: #7E7E7E. Windows color (decimal): -1226386 or 7227885. OLE color: 7227885.

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

Color convert

RGB 237 73 110 -
CMYK 0 0.69 0.54 0.07
HSL 346.46º 0.82% 0.61% -
HSV(B) 346.46º 0.69% 0.93% -
XYZ 40.12 23.9 17.25 -
YUV 126.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 237 73 110 0 0.69 0.54 0.07 346.46 0.82 0.61
Hex ED 49 6E 0 45 36 7 15A 52 3D
Octal 355 111 156 0 105 66 7 532 122 75
Binary 11101101 1001001 1101110 0 1000101 110110 111 101011010 1010010 111101

Color Harmonies of #ED496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED496E

Black with #ED496E

Text Example


Text Example

White with #ED496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED496E; }

 p { color: rgb(237,73,110); }

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

background-color css

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

 a { background-color: rgb(237,73,110); }

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

border-color css

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

 span { border-color: rgb(237,73,110); }

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