#ED9592

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

Shades of Sweet Pink #ED9592

Tints of Sweet Pink #ED9592

Color information

#ED9592 (or 0xED9592) is unknown color: approx Sweet Pink. HEX triplet: ED, 95 and 92. RGB value is (237,149,146). Sum of RGB (Red+Green+Blue) = 237+149+146=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9592 is #126A6D. Grayscale: #AFAFAF. Windows color (decimal): -1206894 or 9606637. OLE color: 9606637.

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

Color convert

RGB237149146-
CMYK00.370.380.07
HSL1.98º71.65%75.1%-
HSV(B)1.98º38.4%92.94%-
XYZ50.8641.5732.54-
YUV174.97111.65172.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=44.55%
G=28.01%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714914600.370.380.071.9871.6575.1
HexED95920252672484b
Octal3552252220454672110113
Binary11101101100101011001001001001011001101111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9592; }

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

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

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

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

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

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

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

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