#EF92AD

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

Shades of Illusion #EF92AD

Tints of Illusion #EF92AD

Color information

#EF92AD (or 0xEF92AD) is unknown color: approx Illusion. HEX triplet: EF, 92 and AD. RGB value is (239,146,173). Sum of RGB (Red+Green+Blue) = 239+146+173=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF92AD is #106D52. Grayscale: #B0B0B0. Windows color (decimal): -1076563 or 11375343. OLE color: 11375343.

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

Color convert

RGB239146173-
CMYK00.390.280.06
HSL342.58º74.4%75.49%-
HSV(B)342.58º38.91%93.73%-
XYZ53.4241.9344.81-
YUV176.89125.81172.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 146 (57.42% from 255) = 26.16%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=42.83%
G=26.16%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914617300.390.280.06342.5874.475.49
HexEF92AD0271C61574a4b
Octal357222255047346527112113
Binary11101111100100101010110101001111110011010101011110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF92AD; }

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

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

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

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

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

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

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

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