#EB72F0

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

Shades of Violet #EB72F0

Tints of Violet #EB72F0

Color information

#EB72F0 (or 0xEB72F0) is unknown color: approx Violet. HEX triplet: EB, 72 and F0. RGB value is (235,114,240). Sum of RGB (Red+Green+Blue) = 235+114+240=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB72F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB72F0 is #148D0F. Grayscale: #A4A4A4. Windows color (decimal): -1346832 or 15758059. OLE color: 15758059.

HSL color Cylindrical-coordinate representation of color #EB72F0: hue angle of 297.62º degrees, saturation: 0.81, 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 #EB72F0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235114240-
CMYK0.020.5200.06
HSL297.62º80.77%69.41%-
HSV(B)297.62º52.5%94.12%-
XYZ56.0135.9986.43-
YUV164.54170.59178.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 114 (44.92% from 255) = 19.35%
BLUE value IS 240 (94.14% from 255) = 40.75%
R=39.90%
G=19.35%
B=40.75%

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
Decimal2351142400.020.5200.06297.6280.7769.41
HexEB72F02340612a5145
Octal35316236026406452121105
Binary1110101111100101111000010110100011010010101010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72F0; }

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

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

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

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

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

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

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

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