#EF88B2

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

Shades of Illusion #EF88B2

Tints of Illusion #EF88B2

Color information

#EF88B2 (or 0xEF88B2) is unknown color: approx Illusion. HEX triplet: EF, 88 and B2. RGB value is (239,136,178). Sum of RGB (Red+Green+Blue) = 239+136+178=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF88B2 is #10774D. Grayscale: #ABABAB. Windows color (decimal): -1079118 or 11700463. OLE color: 11700463.

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

Color convert

RGB239136178-
CMYK00.430.260.06
HSL335.53º76.3%73.53%-
HSV(B)335.53º43.1%93.73%-
XYZ52.4439.1746.92-
YUV171.58131.62176.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 136 (53.52% from 255) = 24.59%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=43.22%
G=24.59%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913617800.430.260.06335.5376.373.53
HexEF88B202B1A61504c4a
Octal357210262053326520114112
Binary11101111100010001011001001010111101011010101000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88B2; }

 p { color: rgb(239,136,178); }

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

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

 a { background-color: rgb(239,136,178); }

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

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

 span { border-color: rgb(239,136,178); }

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