#EB96EE

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

Shades of Violet #EB96EE

Tints of Violet #EB96EE

Color information

#EB96EE (or 0xEB96EE) is unknown color: approx Violet. HEX triplet: EB, 96 and EE. RGB value is (235,150,238). Sum of RGB (Red+Green+Blue) = 235+150+238=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB96EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB96EE is #146911. Grayscale: #B9B9B9. Windows color (decimal): -1337618 or 15636203. OLE color: 15636203.

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

Color convert

RGB235150238-
CMYK0.010.3700.07
HSL297.95º72.13%76.08%-
HSV(B)297.95º36.97%93.33%-
XYZ60.645.6586.51-
YUV185.45157.66163.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 150 (58.98% from 255) = 24.08%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=37.72%
G=24.08%
B=38.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351502380.010.3700.07297.9572.1376.08
HexEB96EE1250712a484c
Octal35322635614507452110114
Binary1110101110010110111011101100101011110010101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96EE; }

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

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

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

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

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

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

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

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