#ED9C9B

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

Shades of Sweet Pink #ED9C9B

Tints of Sweet Pink #ED9C9B

Color information

#ED9C9B (or 0xED9C9B) is unknown color: approx Sweet Pink. HEX triplet: ED, 9C and 9B. RGB value is (237,156,155). Sum of RGB (Red+Green+Blue) = 237+156+155=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C9B is #126364. Grayscale: #B4B4B4. Windows color (decimal): -1205093 or 10198253. OLE color: 10198253.

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

Color convert

RGB237156155-
CMYK00.340.350.07
HSL0.73º69.49%76.86%-
HSV(B)0.73º34.6%92.94%-
XYZ52.7344.1536.75-
YUV180.1113.84168.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 155 (60.94% from 255) = 28.28%
R=43.25%
G=28.47%
B=28.28%

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
Decimal23715615500.340.350.070.7369.4976.86
HexED9C9B0222371454d
Octal3552342330424371105115
Binary1110110110011100100110110100010100011111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9C9B; }

 p { color: rgb(237,156,155); }

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

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

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

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

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

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

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