#EB85FD

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

Shades of Violet #EB85FD

Tints of Violet #EB85FD

Color information

#EB85FD (or 0xEB85FD) is unknown color: approx Violet. HEX triplet: EB, 85 and FD. RGB value is (235,133,253). Sum of RGB (Red+Green+Blue) = 235+133+253=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 133 (52.34% from 255 or 21.42% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB85FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB85FD is #147A02. Grayscale: #B0B0B0. Windows color (decimal): -1341955 or 16614891. OLE color: 16614891.

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

Color convert

RGB235133253-
CMYK0.070.4700.01
HSL291º96.77%75.69%-
HSV(B)291º47.43%99.22%-
XYZ60.3841.5397.76-
YUV177.18170.79169.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 133 (52.34% from 255) = 21.42%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=37.84%
G=21.42%
B=40.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351332530.070.4700.0129196.7775.69
HexEB85FD72F01123614c
Octal35320537575701443141114
Binary1110101110000101111111011111011110110010001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85FD; }

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

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

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

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

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

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

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

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