#EB8AFF

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

Shades of Violet #EB8AFF

Tints of Violet #EB8AFF

Color information

#EB8AFF (or 0xEB8AFF) is unknown color: approx Violet. HEX triplet: EB, 8A and FF. RGB value is (235,138,255). Sum of RGB (Red+Green+Blue) = 235+138+255=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 138 (54.30% from 255 or 21.97% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB8AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8AFF is #147500. Grayscale: #B3B3B3. Windows color (decimal): -1340673 or 16747243. OLE color: 16747243.

HSL color Cylindrical-coordinate representation of color #EB8AFF: hue angle of 289.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB8AFF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235138255-
CMYK0.080.4600
HSL289.74º100%77.06%-
HSV(B)289.74º45.88%100%-
XYZ61.443.0699.68-
YUV180.34170.14166.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 138 (54.30% from 255) = 21.97%
BLUE value IS 255 (100% from 255) = 40.61%
R=37.42%
G=21.97%
B=40.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351382550.080.4600289.7410077.06
HexEB8AFF82E00122644d
Octal353212377105600442144115
Binary11101011100010101111111110001011100010010001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AFF; }

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

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

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

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

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

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

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

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