#EF9190

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

Shades of Sweet Pink #EF9190

Tints of Sweet Pink #EF9190

Color information

#EF9190 (or 0xEF9190) is unknown color: approx Sweet Pink. HEX triplet: EF, 91 and 90. RGB value is (239,145,144). Sum of RGB (Red+Green+Blue) = 239+145+144=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9190 is #106E6F. Grayscale: #ADADAD. Windows color (decimal): -1076848 or 9474543. OLE color: 9474543.

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

Color convert

RGB239145144-
CMYK00.390.400.06
HSL0.63º74.8%75.1%-
HSV(B)0.63º39.75%93.73%-
XYZ50.7640.6231.55-
YUV172.99111.64175.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=45.27%
G=27.46%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914514400.390.400.060.6374.875.1
HexEF919002728614b4b
Octal3572212200475061113113
Binary1110111110010001100100000100111101000110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9190; }

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

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

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

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

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

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

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

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