#ED948E

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

Shades of Sweet Pink #ED948E

Tints of Sweet Pink #ED948E

Color information

#ED948E (or 0xED948E) is unknown color: approx Sweet Pink. HEX triplet: ED, 94 and 8E. RGB value is (237,148,142). Sum of RGB (Red+Green+Blue) = 237+148+142=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED948E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED948E is #126B71. Grayscale: #AEAEAE. Windows color (decimal): -1207154 or 9344237. OLE color: 9344237.

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

Color convert

RGB237148142-
CMYK00.380.400.07
HSL3.79º72.52%74.31%-
HSV(B)3.79º40.08%92.94%-
XYZ50.441.1430.88-
YUV173.93109.99172.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=44.97%
G=28.08%
B=26.94%

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
Decimal23714814200.380.400.073.7972.5274.31
HexED948E0262874494a
Octal3552242160465074111112
Binary111011011001010010001110010011010100011110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED948E; }

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

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

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

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

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

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

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

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