#ED9995

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

Shades of Sweet Pink #ED9995

Tints of Sweet Pink #ED9995

Color information

#ED9995 (or 0xED9995) is unknown color: approx Sweet Pink. HEX triplet: ED, 99 and 95. RGB value is (237,153,149). Sum of RGB (Red+Green+Blue) = 237+153+149=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9995 is #12666A. Grayscale: #B1B1B1. Windows color (decimal): -1205867 or 9804269. OLE color: 9804269.

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

Color convert

RGB237153149-
CMYK00.350.370.07
HSL2.73º70.97%75.69%-
HSV(B)2.73º37.13%92.94%-
XYZ51.7442.9634-
YUV177.66111.83170.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=43.97%
G=28.39%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715314900.350.370.072.7370.9775.69
HexED99950232573474c
Octal3552312250434573107114
Binary11101101100110011001010101000111001011111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9995; }

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

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

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

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

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

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

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

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