#EF93B5

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

Shades of Illusion #EF93B5

Tints of Illusion #EF93B5

Color information

#EF93B5 (or 0xEF93B5) is unknown color: approx Illusion. HEX triplet: EF, 93 and B5. RGB value is (239,147,181). Sum of RGB (Red+Green+Blue) = 239+147+181=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93B5 is #106C4A. Grayscale: #B2B2B2. Windows color (decimal): -1076299 or 11899887. OLE color: 11899887.

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

Color convert

RGB239147181-
CMYK00.380.240.06
HSL337.83º74.19%75.69%-
HSV(B)337.83º38.49%93.73%-
XYZ54.3742.5549.06-
YUV178.38129.48171.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=42.15%
G=25.93%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914718100.380.240.06337.8374.1975.69
HexEF93B50261861524a4c
Octal357223265046306522112114
Binary11101111100100111011010101001101100011010101001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93B5; }

 p { color: rgb(239,147,181); }

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

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

 a { background-color: rgb(239,147,181); }

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

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

 span { border-color: rgb(239,147,181); }

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