#ED9F96

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

Shades of Sweet Pink #ED9F96

Tints of Sweet Pink #ED9F96

Color information

#ED9F96 (or 0xED9F96) is unknown color: approx Sweet Pink. HEX triplet: ED, 9F and 96. RGB value is (237,159,150). Sum of RGB (Red+Green+Blue) = 237+159+150=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F96 is #126069. Grayscale: #B5B5B5. Windows color (decimal): -1204330 or 9871341. OLE color: 9871341.

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

Color convert

RGB237159150-
CMYK00.330.370.07
HSL6.21º70.73%75.88%-
HSV(B)6.21º36.71%92.94%-
XYZ52.834534.76-
YUV181.3110.34167.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=43.41%
G=29.12%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715915000.330.370.076.2170.7375.88
HexED9F960212576474c
Octal3552372260414576107114
Binary111011011001111110010110010000110010111111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9F96; }

 p { color: rgb(237,159,150); }

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

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

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

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

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

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

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