#ED197E

Color #ED197E Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #ED197E

Tints of Deep Pink #ED197E

Color information

#ED197E (or 0xED197E) is unknown color: approx Deep Pink. HEX triplet: ED, 19 and 7E. RGB value is (237,25,126). Sum of RGB (Red+Green+Blue) = 237+25+126=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED197E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED197E is #12E681. Grayscale: #636363. Windows color (decimal): -1238658 or 8264173. OLE color: 8264173.

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

Color convert

RGB23725126-
CMYK00.890.470.07
HSL331.42º85.48%51.37%-
HSV(B)331.42º89.45%92.94%-
XYZ39.0420.2121.58-
YUV99.9142.74225.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.08%
GREEN value IS 25 (10.16% from 255) = 6.44%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=61.08%
G=6.44%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372512600.890.470.07331.4285.4851.37
HexED197E0592F714b5533
Octal35531176013157751312563
Binary11101101110011111110010110011011111111010010111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED197E; }

 p { color: rgb(237,25,126); }

 H1.HeaderClassName
 {
   color: #ED197E;
 }
 .AnyTagClassName
 {
   color: #ED197E;
 }
</style>
background-color css

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

 a { background-color: rgb(237,25,126); }

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

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

 span { border-color: rgb(237,25,126); }

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