#EB8CEE

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

Shades of Violet #EB8CEE

Tints of Violet #EB8CEE

Color information

#EB8CEE (or 0xEB8CEE) is unknown color: approx Violet. HEX triplet: EB, 8C and EE. RGB value is (235,140,238). Sum of RGB (Red+Green+Blue) = 235+140+238=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB8CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8CEE is #147311. Grayscale: #B3B3B3. Windows color (decimal): -1340178 or 15633643. OLE color: 15633643.

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

Color convert

RGB235140238-
CMYK0.010.4100.07
HSL298.16º74.24%74.12%-
HSV(B)298.16º41.18%93.33%-
XYZ59.0742.5986-
YUV179.58160.97167.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 140 (55.08% from 255) = 22.84%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=38.34%
G=22.84%
B=38.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351402380.010.4100.07298.1674.2474.12
HexEB8CEE1290712a4a4a
Octal35321435615107452112112
Binary1110101110001100111011101101001011110010101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8CEE; }

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

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

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

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

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

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

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

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