#EB8AEF

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

Shades of Violet #EB8AEF

Tints of Violet #EB8AEF

Color information

#EB8AEF (or 0xEB8AEF) is unknown color: approx Violet. HEX triplet: EB, 8A and EF. RGB value is (235,138,239). Sum of RGB (Red+Green+Blue) = 235+138+239=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB8AEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8AEF is #147510. Grayscale: #B2B2B2. Windows color (decimal): -1340689 or 15698667. OLE color: 15698667.

HSL color Cylindrical-coordinate representation of color #EB8AEF: hue angle of 297.62º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB8AEF is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235138239-
CMYK0.020.4200.06
HSL297.62º75.94%73.92%-
HSV(B)297.62º42.26%93.73%-
XYZ58.9342.0786.68-
YUV178.52162.14168.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 138 (54.30% from 255) = 22.55%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=38.40%
G=22.55%
B=39.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351382390.020.4200.06297.6275.9473.92
HexEB8AEF22A0612a4c4a
Octal35321235725206452114112
Binary11101011100010101110111110101010011010010101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AEF; }

 p { color: rgb(235,138,239); }

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

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

 a { background-color: rgb(235,138,239); }

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

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

 span { border-color: rgb(235,138,239); }

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