#EB79F5

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

Shades of Violet #EB79F5

Tints of Violet #EB79F5

Color information

#EB79F5 (or 0xEB79F5) is unknown color: approx Violet. HEX triplet: EB, 79 and F5. RGB value is (235,121,245). Sum of RGB (Red+Green+Blue) = 235+121+245=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 121 (47.66% from 255 or 20.13% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #EB79F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB79F5 is #14860A. Grayscale: #A8A8A8. Windows color (decimal): -1345035 or 16087531. OLE color: 16087531.

HSL color Cylindrical-coordinate representation of color #EB79F5: hue angle of 295.16º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB79F5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235121245-
CMYK0.040.5100.04
HSL295.16º86.11%71.76%-
HSV(B)295.16º50.61%96.08%-
XYZ57.5837.9390.67-
YUV169.22170.77174.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 121 (47.66% from 255) = 20.13%
BLUE value IS 245 (96.09% from 255) = 40.77%
R=39.10%
G=20.13%
B=40.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351212450.040.5100.04295.1686.1171.76
HexEB79F5433041275648
Octal35317136546304447126110
Binary11101011111100111110101100110011010010010011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB79F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB79F5; }

 p { color: rgb(235,121,245); }

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

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

 a { background-color: rgb(235,121,245); }

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

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

 span { border-color: rgb(235,121,245); }

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