#ED9B96

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

Shades of Sweet Pink #ED9B96

Tints of Sweet Pink #ED9B96

Color information

#ED9B96 (or 0xED9B96) is unknown color: approx Sweet Pink. HEX triplet: ED, 9B and 96. RGB value is (237,155,150). Sum of RGB (Red+Green+Blue) = 237+155+150=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9B96 is #126469. Grayscale: #B3B3B3. Windows color (decimal): -1205354 or 9870317. OLE color: 9870317.

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

Color convert

RGB237155150-
CMYK00.350.370.07
HSL3.45º70.73%75.88%-
HSV(B)3.45º36.71%92.94%-
XYZ52.1543.6534.53-
YUV178.95111.67169.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=43.73%
G=28.60%
B=27.68%

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
Decimal23715515000.350.370.073.4570.7375.88
HexED9B960232573474c
Octal3552332260434573107114
Binary11101101100110111001011001000111001011111110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9B96; }

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

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

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

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

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

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

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

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