#ED9E9E

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

Shades of Sweet Pink #ED9E9E

Tints of Sweet Pink #ED9E9E

Color information

#ED9E9E (or 0xED9E9E) is unknown color: approx Sweet Pink. HEX triplet: ED, 9E and 9E. RGB value is (237,158,158). Sum of RGB (Red+Green+Blue) = 237+158+158=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E9E is #126161. Grayscale: #B5B5B5. Windows color (decimal): -1204578 or 10395373. OLE color: 10395373.

HSL color Cylindrical-coordinate representation of color #ED9E9E: 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.33%. Process color model (Four color, CMYK) of #ED9E9E is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237158158-
CMYK00.330.330.07
HSL68.7%77.45%-
HSV(B)33.33%92.94%-
XYZ53.3244.9338.21-
YUV181.62114.67167.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 158 (62.11% from 255) = 28.57%
BLUE value IS 158 (62.11% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715815800.330.330.07068.777.45
HexED9E9E0212170454d
Octal3552362360414170105115
Binary1110110110011110100111100100001100001111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9E9E; }

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

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

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

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

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

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

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

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