#ef9488

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

Shades of Sweet Pink #EF9488

Tints of Sweet Pink #EF9488

Color information

#EF9488 (or 0xEF9488) is unknown color: approx Sweet Pink. HEX triplet: EF, 94 and 88. RGB value is (239,148,136). Sum of RGB (Red+Green+Blue) = 239+148+136=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9488 is #106B77. Grayscale: #ADADAD. Windows color (decimal): -1076088 or 8951023. OLE color: 8951023.

HSL color Cylindrical-coordinate representation of color #EF9488: hue angle of 6.99º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF9488 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB239148136-
CMYK00.380.430.06
HSL6.99º76.3%73.53%-
HSV(B)6.99º43.1%93.73%-
XYZ50.6341.3128.6-
YUV173.84106.65174.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.70%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 136 (53.52% from 255) = 26.00%
R=45.70%
G=28.30%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914813600.380.430.066.9976.373.53
HexEF94880262B674c4a
Octal3572242100465367114112
Binary111011111001010010001000010011010101111011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef9488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef9488; }

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

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

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

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

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

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

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

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