#EF9998

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

Shades of Sweet Pink #EF9998

Tints of Sweet Pink #EF9998

Color information

#EF9998 (or 0xEF9998) is unknown color: approx Sweet Pink. HEX triplet: EF, 99 and 98. RGB value is (239,153,152). Sum of RGB (Red+Green+Blue) = 239+153+152=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9998 is #106667. Grayscale: #B2B2B2. Windows color (decimal): -1074792 or 10000879. OLE color: 10000879.

HSL color Cylindrical-coordinate representation of color #EF9998: hue angle of 0.69º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9998 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239153152-
CMYK00.360.360.06
HSL0.69º73.11%76.67%-
HSV(B)0.69º36.4%93.73%-
XYZ52.6643.435.31-
YUV178.6112.99171.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=43.93%
G=28.12%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915315200.360.360.060.6973.1176.67
HexEF99980242461494d
Octal3572312300444461111115
Binary1110111110011001100110000100100100100110110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9998; }

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

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

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

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

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

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

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

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