#EB8AE8

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

Shades of Violet #EB8AE8

Tints of Violet #EB8AE8

Color information

#EB8AE8 (or 0xEB8AE8) is unknown color: approx Violet. HEX triplet: EB, 8A and E8. RGB value is (235,138,232). Sum of RGB (Red+Green+Blue) = 235+138+232=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8AE8 is #147517. Grayscale: #B1B1B1. Windows color (decimal): -1340696 or 15239915. OLE color: 15239915.

HSL color Cylindrical-coordinate representation of color #EB8AE8: hue angle of 301.86º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8AE8 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235138232-
CMYK00.410.010.08
HSL301.86º70.8%73.14%-
HSV(B)301.86º41.28%92.16%-
XYZ57.9141.6781.33-
YUV177.72158.64168.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 138 (54.30% from 255) = 22.81%
BLUE value IS 232 (91.02% from 255) = 38.35%
R=38.84%
G=22.81%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513823200.410.010.08301.8670.873.14
HexEB8AE80291812e4749
Octal353212350051110456107111
Binary11101011100010101110100001010011100010010111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AE8; }

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

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

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

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

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

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

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

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