#E481ED

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

Shades of Violet #E481ED

Tints of Violet #E481ED

Color information

#E481ED (or 0xE481ED) is unknown color: approx Violet. HEX triplet: E4, 81 and ED. RGB value is (228,129,237). Sum of RGB (Red+Green+Blue) = 228+129+237=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #E481ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481ED is #1B7E12. Grayscale: #AAAAAA. Windows color (decimal): -1801747 or 15565284. OLE color: 15565284.

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

Color convert

RGB228129237-
CMYK0.040.4600.07
HSL295º75%71.76%-
HSV(B)295º45.57%92.94%-
XYZ55.1338.3184.61-
YUV170.91165.3168.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.38%
GREEN value IS 129 (50.78% from 255) = 21.72%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=38.38%
G=21.72%
B=39.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281292370.040.4600.072957571.76
HexE481ED42E071274b48
Octal34420135545607447113110
Binary111001001000000111101101100101110011110010011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481ED; }

 p { color: rgb(228,129,237); }

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

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

 a { background-color: rgb(228,129,237); }

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

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

 span { border-color: rgb(228,129,237); }

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