#EB91ED

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

Shades of Violet #EB91ED

Tints of Violet #EB91ED

Color information

#EB91ED (or 0xEB91ED) is unknown color: approx Violet. HEX triplet: EB, 91 and ED. RGB value is (235,145,237). Sum of RGB (Red+Green+Blue) = 235+145+237=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB91ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB91ED is #146E12. Grayscale: #B6B6B6. Windows color (decimal): -1338899 or 15569387. OLE color: 15569387.

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

Color convert

RGB235145237-
CMYK0.010.3900.07
HSL298.7º71.88%74.9%-
HSV(B)298.7º38.82%92.94%-
XYZ59.6744.0385.47-
YUV182.4158.82165.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 145 (57.03% from 255) = 23.50%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=38.09%
G=23.50%
B=38.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351452370.010.3900.07298.771.8874.9
HexEB91ED1270712b484b
Octal35322135514707453110113
Binary1110101110010001111011011100111011110010101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB91ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB91ED; }

 p { color: rgb(235,145,237); }

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

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

 a { background-color: rgb(235,145,237); }

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

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

 span { border-color: rgb(235,145,237); }

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