#ED9B9A

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

Shades of Sweet Pink #ED9B9A

Tints of Sweet Pink #ED9B9A

Color information

#ED9B9A (or 0xED9B9A) is unknown color: approx Sweet Pink. HEX triplet: ED, 9B and 9A. RGB value is (237,155,154). Sum of RGB (Red+Green+Blue) = 237+155+154=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9B9A is #126465. Grayscale: #B3B3B3. Windows color (decimal): -1205350 or 10132461. OLE color: 10132461.

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

Color convert

RGB237155154-
CMYK00.350.350.07
HSL0.72º69.75%76.67%-
HSV(B)0.72º35.02%92.94%-
XYZ52.4843.7836.26-
YUV179.4113.67169.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=43.41%
G=28.39%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715515400.350.350.070.7269.7576.67
HexED9B9A0232371464d
Octal3552332320434371106115
Binary1110110110011011100110100100011100011111110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9B9A; }

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

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

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

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

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

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

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

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