#ED8D8A

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

Shades of Sweet Pink #ED8D8A

Tints of Sweet Pink #ED8D8A

Color information

#ED8D8A (or 0xED8D8A) is unknown color: approx Sweet Pink. HEX triplet: ED, 8D and 8A. RGB value is (237,141,138). Sum of RGB (Red+Green+Blue) = 237+141+138=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D8A is #127275. Grayscale: #A9A9A9. Windows color (decimal): -1208950 or 9080301. OLE color: 9080301.

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

Color convert

RGB237141138-
CMYK00.410.420.07
HSL1.82º73.33%73.53%-
HSV(B)1.82º41.77%92.94%-
XYZ49.0438.8928.97-
YUV169.36110.3176.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=45.93%
G=27.33%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714113800.410.420.071.8273.3373.53
HexED8D8A0292A72494a
Octal3552152120515272111112
Binary11101101100011011000101001010011010101111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8D8A; }

 p { color: rgb(237,141,138); }

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

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

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

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

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

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

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