#EB84FD

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

Shades of Violet #EB84FD

Tints of Violet #EB84FD

Color information

#EB84FD (or 0xEB84FD) is unknown color: approx Violet. HEX triplet: EB, 84 and FD. RGB value is (235,132,253). Sum of RGB (Red+Green+Blue) = 235+132+253=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 132 (51.95% from 255 or 21.29% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB84FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB84FD is #147B02. Grayscale: #B0B0B0. Windows color (decimal): -1342211 or 16614635. OLE color: 16614635.

HSL color Cylindrical-coordinate representation of color #EB84FD: hue angle of 291.07º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB84FD is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235132253-
CMYK0.070.4800.01
HSL291.07º96.8%75.49%-
HSV(B)291.07º47.83%99.22%-
XYZ60.2441.2697.72-
YUV176.59171.12169.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 132 (51.95% from 255) = 21.29%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=37.90%
G=21.29%
B=40.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351322530.070.4800.01291.0796.875.49
HexEB84FD73001123614b
Octal35320437576001443141113
Binary1110101110000100111111011111100000110010001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84FD; }

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

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

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

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

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

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

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

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