#EF95AC

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

Shades of Illusion #EF95AC

Tints of Illusion #EF95AC

Color information

#EF95AC (or 0xEF95AC) is unknown color: approx Illusion. HEX triplet: EF, 95 and AC. RGB value is (239,149,172). Sum of RGB (Red+Green+Blue) = 239+149+172=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF95AC is #106A53. Grayscale: #B2B2B2. Windows color (decimal): -1075796 or 11310575. OLE color: 11310575.

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

Color convert

RGB239149172-
CMYK00.380.280.06
HSL344.67º73.77%76.08%-
HSV(B)344.67º37.66%93.73%-
XYZ53.7942.8244.46-
YUV178.53124.32171.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=42.68%
G=26.61%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914917200.380.280.06344.6773.7776.08
HexEF95AC0261C61594a4c
Octal357225254046346531112114
Binary11101111100101011010110001001101110011010101100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF95AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF95AC; }

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

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

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

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

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

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

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

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