#EB72EC

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

Shades of Violet #EB72EC

Tints of Violet #EB72EC

Color information

#EB72EC (or 0xEB72EC) is unknown color: approx Violet. HEX triplet: EB, 72 and EC. RGB value is (235,114,236). Sum of RGB (Red+Green+Blue) = 235+114+236=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB72EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB72EC is #148D13. Grayscale: #A3A3A3. Windows color (decimal): -1346836 or 15495915. OLE color: 15495915.

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

Color convert

RGB235114236-
CMYK0.000.5200.07
HSL299.51º76.25%68.63%-
HSV(B)299.51º51.69%92.55%-
XYZ55.4235.7583.34-
YUV164.09168.59178.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 114 (44.92% from 255) = 19.49%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=40.17%
G=19.49%
B=40.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351142360.000.5200.07299.5176.2568.63
HexEB72EC0340712c4c45
Octal35316235406407454114105
Binary111010111110010111011000110100011110010110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72EC; }

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

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

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

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

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

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

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

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