#EB72EE

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

Shades of Violet #EB72EE

Tints of Violet #EB72EE

Color information

#EB72EE (or 0xEB72EE) is unknown color: approx Violet. HEX triplet: EB, 72 and EE. RGB value is (235,114,238). Sum of RGB (Red+Green+Blue) = 235+114+238=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 114 (44.92% from 255 or 19.42% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB72EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB72EE is #148D11. Grayscale: #A3A3A3. Windows color (decimal): -1346834 or 15626987. OLE color: 15626987.

HSL color Cylindrical-coordinate representation of color #EB72EE: hue angle of 298.55º degrees, saturation: 0.78, 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 #EB72EE is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235114238-
CMYK0.010.5200.07
HSL298.55º78.48%69.02%-
HSV(B)298.55º52.1%93.33%-
XYZ55.7135.8784.88-
YUV164.32169.59178.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 114 (44.92% from 255) = 19.42%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=40.03%
G=19.42%
B=40.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351142380.010.5200.07298.5578.4869.02
HexEB72EE1340712b4e45
Octal35316235616407453116105
Binary111010111110010111011101110100011110010101110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72EE; }

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

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

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

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

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

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

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

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