#ED9D9D

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

Shades of Sweet Pink #ED9D9D

Tints of Sweet Pink #ED9D9D

Color information

#ED9D9D (or 0xED9D9D) is unknown color: approx Sweet Pink. HEX triplet: ED, 9D and 9D. RGB value is (237,157,157). Sum of RGB (Red+Green+Blue) = 237+157+157=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9D9D is #126262. Grayscale: #B5B5B5. Windows color (decimal): -1204835 or 10329581. OLE color: 10329581.

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

Color convert

RGB237157157-
CMYK00.340.340.07
HSL68.97%77.25%-
HSV(B)33.76%92.94%-
XYZ53.0744.5537.7-
YUV180.92114.5168-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=43.01%
G=28.49%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715715700.340.340.07068.9777.25
HexED9D9D0222270454d
Octal3552352350424270105115
Binary1110110110011101100111010100010100010111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9D9D; }

 p { color: rgb(237,157,157); }

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

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

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

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

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

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

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