#EB8DFD

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

Shades of Violet #EB8DFD

Tints of Violet #EB8DFD

Color information

#EB8DFD (or 0xEB8DFD) is unknown color: approx Violet. HEX triplet: EB, 8D and FD. RGB value is (235,141,253). Sum of RGB (Red+Green+Blue) = 235+141+253=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 141 (55.47% from 255 or 22.42% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB8DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8DFD is #147202. Grayscale: #B5B5B5. Windows color (decimal): -1339907 or 16616939. OLE color: 16616939.

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

Color convert

RGB235141253-
CMYK0.070.4400.01
HSL290.36º96.55%77.25%-
HSV(B)290.36º44.27%99.22%-
XYZ61.5243.898.14-
YUV181.87168.14165.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 141 (55.47% from 255) = 22.42%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=37.36%
G=22.42%
B=40.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351412530.070.4400.01290.3696.5577.25
HexEB8DFD72C01122614d
Octal35321537575401442141115
Binary1110101110001101111111011111011000110010001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DFD; }

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

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

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

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

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

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

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

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