#ED9593

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

Shades of Sweet Pink #ED9593

Tints of Sweet Pink #ED9593

Color information

#ED9593 (or 0xED9593) is unknown color: approx Sweet Pink. HEX triplet: ED, 95 and 93. RGB value is (237,149,147). Sum of RGB (Red+Green+Blue) = 237+149+147=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9593 is #126A6C. Grayscale: #AFAFAF. Windows color (decimal): -1206893 or 9672173. OLE color: 9672173.

HSL color Cylindrical-coordinate representation of color #ED9593: hue angle of 1.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED9593 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237149147-
CMYK00.370.380.07
HSL1.33º71.43%75.29%-
HSV(B)1.33º37.97%92.94%-
XYZ50.9441.6132.95-
YUV175.08112.15172.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=44.47%
G=27.95%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714914700.370.380.071.3371.4375.29
HexED95930252671474b
Octal3552252230454671107113
Binary1110110110010101100100110100101100110111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9593; }

 p { color: rgb(237,149,147); }

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

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

 a { background-color: rgb(237,149,147); }

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

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

 span { border-color: rgb(237,149,147); }

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