#ED9C92

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

Shades of Sweet Pink #ED9C92

Tints of Sweet Pink #ED9C92

Color information

#ED9C92 (or 0xED9C92) is unknown color: approx Sweet Pink. HEX triplet: ED, 9C and 92. RGB value is (237,156,146). Sum of RGB (Red+Green+Blue) = 237+156+146=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C92 is #12636D. Grayscale: #B3B3B3. Windows color (decimal): -1205102 or 9608429. OLE color: 9608429.

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

Color convert

RGB237156146-
CMYK00.340.380.07
HSL6.59º71.65%75.1%-
HSV(B)6.59º38.4%92.94%-
XYZ5243.8632.92-
YUV179.08109.34169.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 146 (57.42% from 255) = 27.09%
R=43.97%
G=28.94%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715614600.340.380.076.5971.6575.1
HexED9C920222677484b
Octal3552342220424677110113
Binary111011011001110010010010010001010011011111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9C92; }

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

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

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

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

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

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

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

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