#ED9C91

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

Shades of Sweet Pink #ED9C91

Tints of Sweet Pink #ED9C91

Color information

#ED9C91 (or 0xED9C91) is unknown color: approx Sweet Pink. HEX triplet: ED, 9C and 91. RGB value is (237,156,145). Sum of RGB (Red+Green+Blue) = 237+156+145=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C91 is #12636E. Grayscale: #B3B3B3. Windows color (decimal): -1205103 or 9542893. OLE color: 9542893.

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

Color convert

RGB237156145-
CMYK00.340.390.07
HSL7.17º71.88%74.9%-
HSV(B)7.17º38.82%92.94%-
XYZ51.9243.8332.51-
YUV178.96108.84169.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 145 (57.03% from 255) = 26.95%
R=44.05%
G=29.00%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715614500.340.390.077.1771.8874.9
HexED9C910222777484b
Octal3552342210424777110113
Binary111011011001110010010001010001010011111111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9C91; }

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

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

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

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

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

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

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

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