#E285ED

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

Shades of Violet #E285ED

Tints of Violet #E285ED

Color information

#E285ED (or 0xE285ED) is unknown color: approx Violet. HEX triplet: E2, 85 and ED. RGB value is (226,133,237). Sum of RGB (Red+Green+Blue) = 226+133+237=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #E285ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285ED is #1D7A12. Grayscale: #ACACAC. Windows color (decimal): -1931795 or 15566306. OLE color: 15566306.

HSL color Cylindrical-coordinate representation of color #E285ED: hue angle of 293.65º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E285ED is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226133237-
CMYK0.050.4400.07
HSL293.65º74.29%72.55%-
HSV(B)293.65º43.88%92.94%-
XYZ55.0439.0684.76-
YUV172.66164.31166.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.92%
GREEN value IS 133 (52.34% from 255) = 22.32%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=37.92%
G=22.32%
B=39.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261332370.050.4400.07293.6574.2972.55
HexE285ED52C071264a49
Octal34220535555407446112111
Binary111000101000010111101101101101100011110010011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E285ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E285ED; }

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

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

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

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

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

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

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

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