#EB92B1

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

Shades of Illusion #EB92B1

Tints of Illusion #EB92B1

Color information

#EB92B1 (or 0xEB92B1) is unknown color: approx Illusion. HEX triplet: EB, 92 and B1. RGB value is (235,146,177). Sum of RGB (Red+Green+Blue) = 235+146+177=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB92B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB92B1 is #146D4E. Grayscale: #B0B0B0. Windows color (decimal): -1338703 or 11637483. OLE color: 11637483.

HSL color Cylindrical-coordinate representation of color #EB92B1: hue angle of 339.1º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB92B1 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235146177-
CMYK00.380.250.08
HSL339.1º68.99%74.71%-
HSV(B)339.1º37.87%92.16%-
XYZ52.4841.3946.82-
YUV176.14128.49169.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 146 (57.42% from 255) = 26.16%
BLUE value IS 177 (69.53% from 255) = 31.72%
R=42.11%
G=26.16%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514617700.380.250.08339.168.9974.71
HexEB92B1026198153454b
Octal3532222610463110523105113
Binary111010111001001010110001010011011001100010101001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB92B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB92B1; }

 p { color: rgb(235,146,177); }

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

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

 a { background-color: rgb(235,146,177); }

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

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

 span { border-color: rgb(235,146,177); }

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