#EB72EF

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

Shades of Violet #EB72EF

Tints of Violet #EB72EF

Color information

#EB72EF (or 0xEB72EF) is unknown color: approx Violet. HEX triplet: EB, 72 and EF. RGB value is (235,114,239). Sum of RGB (Red+Green+Blue) = 235+114+239=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB72EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB72EF is #148D10. Grayscale: #A4A4A4. Windows color (decimal): -1346833 or 15692523. OLE color: 15692523.

HSL color Cylindrical-coordinate representation of color #EB72EF: hue angle of 298.08º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB72EF is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235114239-
CMYK0.020.5200.06
HSL298.08º79.62%69.22%-
HSV(B)298.08º52.3%93.73%-
XYZ55.8635.9385.65-
YUV164.43170.09178.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 114 (44.92% from 255) = 19.39%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=39.97%
G=19.39%
B=40.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351142390.020.5200.06298.0879.6269.22
HexEB72EF2340612a5045
Octal35316235726406452120105
Binary1110101111100101110111110110100011010010101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72EF; }

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

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

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

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

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

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

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

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