#EF9490

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

Shades of Sweet Pink #EF9490

Tints of Sweet Pink #EF9490

Color information

#EF9490 (or 0xEF9490) is unknown color: approx Sweet Pink. HEX triplet: EF, 94 and 90. RGB value is (239,148,144). Sum of RGB (Red+Green+Blue) = 239+148+144=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9490 is #106B6F. Grayscale: #AEAEAE. Windows color (decimal): -1076080 or 9475311. OLE color: 9475311.

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

Color convert

RGB239148144-
CMYK00.380.400.06
HSL2.53º74.8%75.1%-
HSV(B)2.53º39.75%93.73%-
XYZ51.2241.5431.7-
YUV174.75110.65173.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=45.01%
G=27.87%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914814400.380.400.062.5374.875.1
HexEF949002628634b4b
Octal3572242200465063113113
Binary11101111100101001001000001001101010001101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9490; }

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

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

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

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

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

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

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

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