#EB7DEC

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

Shades of Violet #EB7DEC

Tints of Violet #EB7DEC

Color information

#EB7DEC (or 0xEB7DEC) is unknown color: approx Violet. HEX triplet: EB, 7D and EC. RGB value is (235,125,236). Sum of RGB (Red+Green+Blue) = 235+125+236=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB7DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7DEC is #148213. Grayscale: #AAAAAA. Windows color (decimal): -1344020 or 15498731. OLE color: 15498731.

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

Color convert

RGB235125236-
CMYK0.000.4700.07
HSL299.46º74.5%70.78%-
HSV(B)299.46º47.03%92.55%-
XYZ56.7338.3983.78-
YUV170.54164.94173.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 125 (49.22% from 255) = 20.97%
BLUE value IS 236 (92.58% from 255) = 39.60%
R=39.43%
G=20.97%
B=39.60%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351252360.000.4700.07299.4674.570.78
HexEB7DEC02F0712b4a47
Octal35317535405707453112107
Binary111010111111101111011000101111011110010101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DEC; }

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

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

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

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

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

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

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

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