#ED948D

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

Shades of Sweet Pink #ED948D

Tints of Sweet Pink #ED948D

Color information

#ED948D (or 0xED948D) is unknown color: approx Sweet Pink. HEX triplet: ED, 94 and 8D. RGB value is (237,148,141). Sum of RGB (Red+Green+Blue) = 237+148+141=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED948D is #126B72. Grayscale: #ADADAD. Windows color (decimal): -1207155 or 9278701. OLE color: 9278701.

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

Color convert

RGB237148141-
CMYK00.380.410.07
HSL4.38º72.73%74.12%-
HSV(B)4.38º40.51%92.94%-
XYZ50.3241.1130.48-
YUV173.81109.49173.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=45.06%
G=28.14%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714814100.380.410.074.3872.7374.12
HexED948D0262974494a
Octal3552242150465174111112
Binary111011011001010010001101010011010100111110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED948D; }

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

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

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

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

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

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

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

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