#EF93B0

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

Shades of Illusion #EF93B0

Tints of Illusion #EF93B0

Color information

#EF93B0 (or 0xEF93B0) is unknown color: approx Illusion. HEX triplet: EF, 93 and B0. RGB value is (239,147,176). Sum of RGB (Red+Green+Blue) = 239+147+176=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF93B0 is #106C4F. Grayscale: #B1B1B1. Windows color (decimal): -1076304 or 11572207. OLE color: 11572207.

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

Color convert

RGB239147176-
CMYK00.380.260.06
HSL341.09º74.19%75.69%-
HSV(B)341.09º38.49%93.73%-
XYZ53.8742.3546.41-
YUV177.81126.98171.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 176 (69.14% from 255) = 31.32%
R=42.53%
G=26.16%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914717600.380.260.06341.0974.1975.69
HexEF93B00261A61554a4c
Octal357223260046326525112114
Binary11101111100100111011000001001101101011010101010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93B0; }

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

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

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

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

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

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

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

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