#EF9A98

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

Shades of Sweet Pink #EF9A98

Tints of Sweet Pink #EF9A98

Color information

#EF9A98 (or 0xEF9A98) is unknown color: approx Sweet Pink. HEX triplet: EF, 9A and 98. RGB value is (239,154,152). Sum of RGB (Red+Green+Blue) = 239+154+152=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A98 is #106567. Grayscale: #B3B3B3. Windows color (decimal): -1074536 or 10001135. OLE color: 10001135.

HSL color Cylindrical-coordinate representation of color #EF9A98: hue angle of 1.38º 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 #EF9A98 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239154152-
CMYK00.360.360.06
HSL1.38º73.11%76.67%-
HSV(B)1.38º36.4%93.73%-
XYZ52.8243.7335.36-
YUV179.19112.66170.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=43.85%
G=28.26%
B=27.89%

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
Decimal23915415200.360.360.061.3873.1176.67
HexEF9A980242461494d
Octal3572322300444461111115
Binary1110111110011010100110000100100100100110110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9A98; }

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

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

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

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

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

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

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

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