#EB84FA

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

Shades of Violet #EB84FA

Tints of Violet #EB84FA

Color information

#EB84FA (or 0xEB84FA) is unknown color: approx Violet. HEX triplet: EB, 84 and FA. RGB value is (235,132,250). Sum of RGB (Red+Green+Blue) = 235+132+250=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 132 (51.95% from 255 or 21.39% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB84FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB84FA is #147B05. Grayscale: #AFAFAF. Windows color (decimal): -1342214 or 16418027. OLE color: 16418027.

HSL color Cylindrical-coordinate representation of color #EB84FA: hue angle of 292.37º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB84FA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235132250-
CMYK0.060.4700.02
HSL292.37º92.19%74.9%-
HSV(B)292.37º47.2%98.04%-
XYZ59.7741.0795.22-
YUV176.25169.62169.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 132 (51.95% from 255) = 21.39%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=38.09%
G=21.39%
B=40.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351322500.060.4700.02292.3792.1974.9
HexEB84FA62F021245c4b
Octal35320437265702444134113
Binary11101011100001001111101011010111101010010010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84FA; }

 p { color: rgb(235,132,250); }

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

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

 a { background-color: rgb(235,132,250); }

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

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

 span { border-color: rgb(235,132,250); }

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