#EB8AE4

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

Shades of Violet #EB8AE4

Tints of Violet #EB8AE4

Color information

#EB8AE4 (or 0xEB8AE4) is unknown color: approx Violet. HEX triplet: EB, 8A and E4. RGB value is (235,138,228). Sum of RGB (Red+Green+Blue) = 235+138+228=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AE4 is #14751B. Grayscale: #B1B1B1. Windows color (decimal): -1340700 or 14977771. OLE color: 14977771.

HSL color Cylindrical-coordinate representation of color #EB8AE4: hue angle of 304.33º 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 #EB8AE4 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235138228-
CMYK00.410.030.08
HSL304.33º70.8%73.14%-
HSV(B)304.33º41.28%92.16%-
XYZ57.3541.4478.37-
YUV177.26156.64169.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 138 (54.30% from 255) = 22.96%
BLUE value IS 228 (89.45% from 255) = 37.94%
R=39.10%
G=22.96%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513822800.410.030.08304.3370.873.14
HexEB8AE4029381304749
Octal353212344051310460107111
Binary111010111000101011100100010100111100010011000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AE4; }

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

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

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

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

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

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

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

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