#EB90EE

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

Shades of Violet #EB90EE

Tints of Violet #EB90EE

Color information

#EB90EE (or 0xEB90EE) is unknown color: approx Violet. HEX triplet: EB, 90 and EE. RGB value is (235,144,238). Sum of RGB (Red+Green+Blue) = 235+144+238=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB90EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB90EE is #146F11. Grayscale: #B5B5B5. Windows color (decimal): -1339154 or 15634667. OLE color: 15634667.

HSL color Cylindrical-coordinate representation of color #EB90EE: hue angle of 298.09º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB90EE is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235144238-
CMYK0.010.3900.07
HSL298.09º73.44%74.9%-
HSV(B)298.09º39.5%93.33%-
XYZ59.6743.7886.19-
YUV181.92159.65165.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 144 (56.64% from 255) = 23.34%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=38.09%
G=23.34%
B=38.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351442380.010.3900.07298.0973.4474.9
HexEB90EE1270712a494b
Octal35322035614707452111113
Binary1110101110010000111011101100111011110010101010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90EE; }

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

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

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

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

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

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

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

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