#ED998C

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

Shades of Sweet Pink #ED998C

Tints of Sweet Pink #ED998C

Color information

#ED998C (or 0xED998C) is unknown color: approx Sweet Pink. HEX triplet: ED, 99 and 8C. RGB value is (237,153,140). Sum of RGB (Red+Green+Blue) = 237+153+140=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED998C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED998C is #126673. Grayscale: #B0B0B0. Windows color (decimal): -1205876 or 9214445. OLE color: 9214445.

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

Color convert

RGB237153140-
CMYK00.350.410.07
HSL8.04º72.93%73.92%-
HSV(B)8.04º40.93%92.94%-
XYZ51.0542.6830.36-
YUV176.63107.33171.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=44.72%
G=28.87%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715314000.350.410.078.0472.9373.92
HexED998C0232978494a
Octal35523121404351710111112
Binary1110110110011001100011000100011101001111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED998C; }

 p { color: rgb(237,153,140); }

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

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

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

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

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

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

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