#EF9589

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

Shades of Sweet Pink #EF9589

Tints of Sweet Pink #EF9589

Color information

#EF9589 (or 0xEF9589) is unknown color: approx Sweet Pink. HEX triplet: EF, 95 and 89. RGB value is (239,149,137). Sum of RGB (Red+Green+Blue) = 239+149+137=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9589 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9589 is #106A76. Grayscale: #AEAEAE. Windows color (decimal): -1075831 or 9016815. OLE color: 9016815.

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

Color convert

RGB239149137-
CMYK00.380.430.06
HSL7.06º76.12%73.73%-
HSV(B)7.06º42.68%93.73%-
XYZ50.8641.6529.03-
YUV174.54106.82173.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.52%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=45.52%
G=28.38%
B=26.10%

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
Decimal23914913700.380.430.067.0676.1273.73
HexEF95890262B674c4a
Octal3572252110465367114112
Binary111011111001010110001001010011010101111011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9589; }

 p { color: rgb(239,149,137); }

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

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

 a { background-color: rgb(239,149,137); }

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

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

 span { border-color: rgb(239,149,137); }

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