#EB92EE

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

Shades of Violet #EB92EE

Tints of Violet #EB92EE

Color information

#EB92EE (or 0xEB92EE) is unknown color: approx Violet. HEX triplet: EB, 92 and EE. RGB value is (235,146,238). Sum of RGB (Red+Green+Blue) = 235+146+238=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 146 (57.42% from 255 or 23.59% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB92EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB92EE is #146D11. Grayscale: #B6B6B6. Windows color (decimal): -1338642 or 15635179. OLE color: 15635179.

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

Color convert

RGB235146238-
CMYK0.010.3900.07
HSL298.04º73.02%75.29%-
HSV(B)298.04º38.66%93.33%-
XYZ59.9744.3986.3-
YUV183.1158.99165.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 146 (57.42% from 255) = 23.59%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=37.96%
G=23.59%
B=38.45%

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
Decimal2351462380.010.3900.07298.0473.0275.29
HexEB92EE1270712a494b
Octal35322235614707452111113
Binary1110101110010010111011101100111011110010101010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB92EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB92EE; }

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

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

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

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

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

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

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

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