#ED9D99

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

Shades of Sweet Pink #ED9D99

Tints of Sweet Pink #ED9D99

Color information

#ED9D99 (or 0xED9D99) is unknown color: approx Sweet Pink. HEX triplet: ED, 9D and 99. RGB value is (237,157,153). Sum of RGB (Red+Green+Blue) = 237+157+153=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9D99 is #126266. Grayscale: #B4B4B4. Windows color (decimal): -1204839 or 10067437. OLE color: 10067437.

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

Color convert

RGB237157153-
CMYK00.340.350.07
HSL2.86º70%76.47%-
HSV(B)2.86º35.44%92.94%-
XYZ52.7344.4235.93-
YUV180.46112.5168.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=43.33%
G=28.70%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715715300.340.350.072.867076.47
HexED9D990222373464c
Octal3552352310424373106114
Binary11101101100111011001100101000101000111111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9D99; }

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

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

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

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

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

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

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

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