#ED9A9A

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

Shades of Sweet Pink #ED9A9A

Tints of Sweet Pink #ED9A9A

Color information

#ED9A9A (or 0xED9A9A) is unknown color: approx Sweet Pink. HEX triplet: ED, 9A and 9A. RGB value is (237,154,154). Sum of RGB (Red+Green+Blue) = 237+154+154=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A9A is #126565. Grayscale: #B2B2B2. Windows color (decimal): -1205606 or 10132205. OLE color: 10132205.

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

Color convert

RGB237154154-
CMYK00.350.350.07
HSL69.75%76.67%-
HSV(B)35.02%92.94%-
XYZ52.3143.4536.2-
YUV178.82114169.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=43.49%
G=28.26%
B=28.26%

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
Decimal23715415400.350.350.07069.7576.67
HexED9A9A0232370464d
Octal3552322320434370106115
Binary1110110110011010100110100100011100011111010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9A9A; }

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

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

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

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

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

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

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

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