#EB8AE2

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

Shades of Violet #EB8AE2

Tints of Violet #EB8AE2

Color information

#EB8AE2 (or 0xEB8AE2) is unknown color: approx Violet. HEX triplet: EB, 8A and E2. RGB value is (235,138,226). Sum of RGB (Red+Green+Blue) = 235+138+226=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AE2 is #14751D. Grayscale: #B0B0B0. Windows color (decimal): -1340702 or 14846699. OLE color: 14846699.

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

Color convert

RGB235138226-
CMYK00.410.040.08
HSL305.57º70.8%73.14%-
HSV(B)305.57º41.28%92.16%-
XYZ57.0841.3376.92-
YUV177.04155.64169.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 138 (54.30% from 255) = 23.04%
BLUE value IS 226 (88.67% from 255) = 37.73%
R=39.23%
G=23.04%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513822600.410.040.08305.5770.873.14
HexEB8AE2029481324749
Octal353212342051410462107111
Binary1110101110001010111000100101001100100010011001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AE2; }

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

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

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

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

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

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

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

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