#EB81E1

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

Shades of Violet #EB81E1

Tints of Violet #EB81E1

Color information

#EB81E1 (or 0xEB81E1) is unknown color: approx Violet. HEX triplet: EB, 81 and E1. RGB value is (235,129,225). Sum of RGB (Red+Green+Blue) = 235+129+225=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81E1 is #147E1E. Grayscale: #ABABAB. Windows color (decimal): -1343007 or 14778859. OLE color: 14778859.

HSL color Cylindrical-coordinate representation of color #EB81E1: hue angle of 305.66º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB81E1 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235129225-
CMYK00.450.040.08
HSL305.66º72.6%71.37%-
HSV(B)305.66º45.11%92.16%-
XYZ55.738.875.79-
YUV171.64158.12173.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 129 (50.78% from 255) = 21.90%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=39.90%
G=21.90%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512922500.450.040.08305.6672.671.37
HexEB81E102D481324947
Octal353201341055410462111107
Binary1110101110000001111000010101101100100010011001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81E1; }

 p { color: rgb(235,129,225); }

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

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

 a { background-color: rgb(235,129,225); }

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

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

 span { border-color: rgb(235,129,225); }

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