#EF9990

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

Shades of Sweet Pink #EF9990

Tints of Sweet Pink #EF9990

Color information

#EF9990 (or 0xEF9990) is unknown color: approx Sweet Pink. HEX triplet: EF, 99 and 90. RGB value is (239,153,144). Sum of RGB (Red+Green+Blue) = 239+153+144=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9990 is #10666F. Grayscale: #B1B1B1. Windows color (decimal): -1074800 or 9476591. OLE color: 9476591.

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

Color convert

RGB239153144-
CMYK00.360.400.06
HSL5.68º74.8%75.1%-
HSV(B)5.68º39.75%93.73%-
XYZ52.0243.1531.97-
YUV177.69108.99171.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=44.59%
G=28.54%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915314400.360.400.065.6874.875.1
HexEF999002428664b4b
Octal3572312200445066113113
Binary111011111001100110010000010010010100011011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9990; }

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

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

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

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

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

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

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

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