#EF94B4

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

Shades of Illusion #EF94B4

Tints of Illusion #EF94B4

Color information

#EF94B4 (or 0xEF94B4) is unknown color: approx Illusion. HEX triplet: EF, 94 and B4. RGB value is (239,148,180). Sum of RGB (Red+Green+Blue) = 239+148+180=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94B4 is #106B4B. Grayscale: #B2B2B2. Windows color (decimal): -1076044 or 11834607. OLE color: 11834607.

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

Color convert

RGB239148180-
CMYK00.380.250.06
HSL338.9º73.98%75.88%-
HSV(B)338.9º38.08%93.73%-
XYZ54.4242.8348.58-
YUV178.86128.65170.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 148 (58.20% from 255) = 26.10%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=42.15%
G=26.10%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914818000.380.250.06338.973.9875.88
HexEF94B40261961534a4c
Octal357224264046316523112114
Binary11101111100101001011010001001101100111010101001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF94B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF94B4; }

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

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

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

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

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

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

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

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