#ED9998

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

Shades of Sweet Pink #ED9998

Tints of Sweet Pink #ED9998

Color information

#ED9998 (or 0xED9998) is unknown color: approx Sweet Pink. HEX triplet: ED, 99 and 98. RGB value is (237,153,152). Sum of RGB (Red+Green+Blue) = 237+153+152=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9998 is #126667. Grayscale: #B2B2B2. Windows color (decimal): -1205864 or 10000877. OLE color: 10000877.

HSL color Cylindrical-coordinate representation of color #ED9998: hue angle of 0.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED9998 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB237153152-
CMYK00.350.360.07
HSL0.71º70.25%76.27%-
HSV(B)0.71º35.86%92.94%-
XYZ51.9843.0535.28-
YUV178113.33170.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 152 (59.77% from 255) = 28.04%
R=43.73%
G=28.23%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715315200.350.360.070.7170.2576.27
HexED99980232471464c
Octal3552312300434471106114
Binary1110110110011001100110000100011100100111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9998; }

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

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

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

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

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

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

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

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