#EB7AEC

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

Shades of Violet #EB7AEC

Tints of Violet #EB7AEC

Color information

#EB7AEC (or 0xEB7AEC) is unknown color: approx Violet. HEX triplet: EB, 7A and EC. RGB value is (235,122,236). Sum of RGB (Red+Green+Blue) = 235+122+236=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 122 (48.05% from 255 or 20.57% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB7AEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7AEC is #148513. Grayscale: #A8A8A8. Windows color (decimal): -1344788 or 15497963. OLE color: 15497963.

HSL color Cylindrical-coordinate representation of color #EB7AEC: hue angle of 299.47º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7AEC is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235122236-
CMYK0.000.4800.07
HSL299.47º75%70.2%-
HSV(B)299.47º48.31%92.55%-
XYZ56.3637.6483.65-
YUV168.78165.94175.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 122 (48.05% from 255) = 20.57%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=39.63%
G=20.57%
B=39.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351222360.000.4800.07299.477570.2
HexEB7AEC0300712b4b46
Octal35317235406007453113106
Binary111010111111010111011000110000011110010101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7AEC; }

 p { color: rgb(235,122,236); }

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

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

 a { background-color: rgb(235,122,236); }

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

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

 span { border-color: rgb(235,122,236); }

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