#EB90EA

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

Shades of Violet #EB90EA

Tints of Violet #EB90EA

Color information

#EB90EA (or 0xEB90EA) is unknown color: approx Violet. HEX triplet: EB, 90 and EA. RGB value is (235,144,234). Sum of RGB (Red+Green+Blue) = 235+144+234=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB90EA is #146F15. Grayscale: #B5B5B5. Windows color (decimal): -1339158 or 15372523. OLE color: 15372523.

HSL color Cylindrical-coordinate representation of color #EB90EA: hue angle of 300.66º 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 #EB90EA is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235144234-
CMYK00.390.000.08
HSL300.66º69.47%74.31%-
HSV(B)300.66º38.72%92.16%-
XYZ59.0943.5583.13-
YUV181.47157.65166.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 144 (56.64% from 255) = 23.49%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=38.34%
G=23.49%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514423400.390.000.08300.6669.4774.31
HexEB90EA0270812d454a
Octal353220352047010455105112
Binary11101011100100001110101001001110100010010110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90EA; }

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

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

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

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

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

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

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

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