#ED9999

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

Shades of Sweet Pink #ED9999

Tints of Sweet Pink #ED9999

Color information

#ED9999 (or 0xED9999) is unknown color: approx Sweet Pink. HEX triplet: ED, 99 and 99. RGB value is (237,153,153). Sum of RGB (Red+Green+Blue) = 237+153+153=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9999 is #126666. Grayscale: #B2B2B2. Windows color (decimal): -1205863 or 10066413. OLE color: 10066413.

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

Color convert

RGB237153153-
CMYK00.350.350.07
HSL70%76.47%-
HSV(B)35.44%92.94%-
XYZ52.0743.0935.71-
YUV178.12113.83170-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 153 (60.16% from 255) = 28.18%
R=43.65%
G=28.18%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715315300.350.350.0707076.47
HexED99990232370464c
Octal3552312310434370106114
Binary1110110110011001100110010100011100011111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9999; }

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

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

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

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

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

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

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

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