#EF97AD

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

Shades of Illusion #EF97AD

Tints of Illusion #EF97AD

Color information

#EF97AD (or 0xEF97AD) is unknown color: approx Illusion. HEX triplet: EF, 97 and AD. RGB value is (239,151,173). Sum of RGB (Red+Green+Blue) = 239+151+173=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF97AD is #106852. Grayscale: #B3B3B3. Windows color (decimal): -1075283 or 11376623. OLE color: 11376623.

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

Color convert

RGB239151173-
CMYK00.370.280.06
HSL345º73.33%76.47%-
HSV(B)345º36.82%93.73%-
XYZ54.2143.545.07-
YUV179.82124.15170.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 173 (67.97% from 255) = 30.73%
R=42.45%
G=26.82%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915117300.370.280.0634573.3376.47
HexEF97AD0251C6159494c
Octal357227255045346531111114
Binary11101111100101111010110101001011110011010101100110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF97AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF97AD; }

 p { color: rgb(239,151,173); }

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

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

 a { background-color: rgb(239,151,173); }

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

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

 span { border-color: rgb(239,151,173); }

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