#EB90EB

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

Shades of Violet #EB90EB

Tints of Violet #EB90EB

Color information

#EB90EB (or 0xEB90EB) is unknown color: approx Violet. HEX triplet: EB, 90 and EB. RGB value is (235,144,235). Sum of RGB (Red+Green+Blue) = 235+144+235=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB90EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB90EB is #146F14. Grayscale: #B5B5B5. Windows color (decimal): -1339157 or 15438059. OLE color: 15438059.

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

Color convert

RGB235144235-
CMYK00.3900.08
HSL300º69.47%74.31%-
HSV(B)300º38.72%92.16%-
XYZ59.2343.6183.89-
YUV181.58158.15166.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 144 (56.64% from 255) = 23.45%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=38.27%
G=23.45%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514423500.3900.0830069.4774.31
HexEB90EB0270812c454a
Octal353220353047010454105112
Binary11101011100100001110101101001110100010010110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90EB; }

 p { color: rgb(235,144,235); }

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

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

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

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

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

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

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