#EB8AFD

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

Shades of Violet #EB8AFD

Tints of Violet #EB8AFD

Color information

#EB8AFD (or 0xEB8AFD) is unknown color: approx Violet. HEX triplet: EB, 8A and FD. RGB value is (235,138,253). Sum of RGB (Red+Green+Blue) = 235+138+253=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 138 (54.30% from 255 or 22.04% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB8AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8AFD is #147502. Grayscale: #B3B3B3. Windows color (decimal): -1340675 or 16616171. OLE color: 16616171.

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

Color convert

RGB235138253-
CMYK0.070.4500.01
HSL290.61º96.64%76.67%-
HSV(B)290.61º45.45%99.22%-
XYZ61.0842.9398-
YUV180.11169.14167.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 138 (54.30% from 255) = 22.04%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=37.54%
G=22.04%
B=40.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351382530.070.4500.01290.6196.6476.67
HexEB8AFD72D01123614d
Octal35321237575501443141115
Binary1110101110001010111111011111011010110010001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AFD; }

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

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

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

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

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

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

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

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