#EB8AF1

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

Shades of Violet #EB8AF1

Tints of Violet #EB8AF1

Color information

#EB8AF1 (or 0xEB8AF1) is unknown color: approx Violet. HEX triplet: EB, 8A and F1. RGB value is (235,138,241). Sum of RGB (Red+Green+Blue) = 235+138+241=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 138 (54.30% from 255 or 22.48% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB8AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8AF1 is #14750E. Grayscale: #B2B2B2. Windows color (decimal): -1340687 or 15829739. OLE color: 15829739.

HSL color Cylindrical-coordinate representation of color #EB8AF1: hue angle of 296.5º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB8AF1 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235138241-
CMYK0.020.4300.05
HSL296.5º78.63%74.31%-
HSV(B)296.5º42.74%94.51%-
XYZ59.2342.1988.24-
YUV178.74163.14168.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 138 (54.30% from 255) = 22.48%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=38.27%
G=22.48%
B=39.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351382410.020.4300.05296.578.6374.31
HexEB8AF122B051294f4a
Octal35321236125305451117112
Binary11101011100010101111000110101011010110010100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AF1; }

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

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

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

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

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

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

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

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