#E281ED

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

Shades of Violet #E281ED

Tints of Violet #E281ED

Color information

#E281ED (or 0xE281ED) is unknown color: approx Violet. HEX triplet: E2, 81 and ED. RGB value is (226,129,237). Sum of RGB (Red+Green+Blue) = 226+129+237=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #E281ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E281ED is #1D7E12. Grayscale: #A9A9A9. Windows color (decimal): -1932819 or 15565282. OLE color: 15565282.

HSL color Cylindrical-coordinate representation of color #E281ED: hue angle of 293.89º 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 #E281ED is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226129237-
CMYK0.050.4600.07
HSL293.89º75%71.76%-
HSV(B)293.89º45.57%92.94%-
XYZ54.537.9884.58-
YUV170.32165.64167.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 129 (50.78% from 255) = 21.79%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=38.18%
G=21.79%
B=40.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261292370.050.4600.07293.897571.76
HexE281ED52E071264b48
Octal34220135555607446113110
Binary111000101000000111101101101101110011110010011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E281ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E281ED; }

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

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

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

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

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

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

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

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