#ED9A8E

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

Shades of Sweet Pink #ED9A8E

Tints of Sweet Pink #ED9A8E

Color information

#ED9A8E (or 0xED9A8E) is unknown color: approx Sweet Pink. HEX triplet: ED, 9A and 8E. RGB value is (237,154,142). Sum of RGB (Red+Green+Blue) = 237+154+142=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A8E is #126571. Grayscale: #B1B1B1. Windows color (decimal): -1205618 or 9345773. OLE color: 9345773.

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

Color convert

RGB237154142-
CMYK00.350.400.07
HSL7.58º72.52%74.31%-
HSV(B)7.58º40.08%92.94%-
XYZ51.3643.0731.2-
YUV177.45108170.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 142 (55.86% from 255) = 26.64%
R=44.47%
G=28.89%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715414200.350.400.077.5872.5274.31
HexED9A8E0232878494a
Octal35523221604350710111112
Binary1110110110011010100011100100011101000111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9A8E; }

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

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

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

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

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

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

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

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