#ED948F

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

Shades of Sweet Pink #ED948F

Tints of Sweet Pink #ED948F

Color information

#ED948F (or 0xED948F) is unknown color: approx Sweet Pink. HEX triplet: ED, 94 and 8F. RGB value is (237,148,143). Sum of RGB (Red+Green+Blue) = 237+148+143=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED948F is #126B70. Grayscale: #AEAEAE. Windows color (decimal): -1207153 or 9409773. OLE color: 9409773.

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

Color convert

RGB237148143-
CMYK00.380.400.07
HSL3.19º72.31%74.51%-
HSV(B)3.19º39.66%92.94%-
XYZ50.4741.1731.27-
YUV174.04110.49172.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=44.89%
G=28.03%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714814300.380.400.073.1972.3174.51
HexED948F0262873484b
Octal3552242170465073110113
Binary11101101100101001000111101001101010001111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED948F; }

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

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

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

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

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

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

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

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