#ED998D

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

Shades of Sweet Pink #ED998D

Tints of Sweet Pink #ED998D

Color information

#ED998D (or 0xED998D) is unknown color: approx Sweet Pink. HEX triplet: ED, 99 and 8D. RGB value is (237,153,141). Sum of RGB (Red+Green+Blue) = 237+153+141=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED998D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED998D is #126672. Grayscale: #B0B0B0. Windows color (decimal): -1205875 or 9279981. OLE color: 9279981.

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

Color convert

RGB237153141-
CMYK00.350.410.07
HSL7.5º72.73%74.12%-
HSV(B)7.5º40.51%92.94%-
XYZ51.1242.7130.75-
YUV176.75107.83170.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=44.63%
G=28.81%
B=26.55%

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
Decimal23715314100.350.410.077.572.7374.12
HexED998D0232978494a
Octal35523121504351710111112
Binary1110110110011001100011010100011101001111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED998D; }

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

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

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

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

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

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

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

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