#ED9993

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

Shades of Sweet Pink #ED9993

Tints of Sweet Pink #ED9993

Color information

#ED9993 (or 0xED9993) is unknown color: approx Sweet Pink. HEX triplet: ED, 99 and 93. RGB value is (237,153,147). Sum of RGB (Red+Green+Blue) = 237+153+147=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9993 is #12666C. Grayscale: #B1B1B1. Windows color (decimal): -1205869 or 9673197. OLE color: 9673197.

HSL color Cylindrical-coordinate representation of color #ED9993: hue angle of 4º 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 #ED9993 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237153147-
CMYK00.350.380.07
HSL71.43%75.29%-
HSV(B)37.97%92.94%-
XYZ51.5842.8933.16-
YUV177.43110.83170.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 147 (57.81% from 255) = 27.37%
R=44.13%
G=28.49%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715314700.350.380.07471.4375.29
HexED99930232674474b
Octal3552312230434674107113
Binary111011011001100110010011010001110011011110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9993; }

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

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

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

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

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

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

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

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