#E278ED

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

Shades of Violet #E278ED

Tints of Violet #E278ED

Color information

#E278ED (or 0xE278ED) is unknown color: approx Violet. HEX triplet: E2, 78 and ED. RGB value is (226,120,237). Sum of RGB (Red+Green+Blue) = 226+120+237=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #E278ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E278ED is #1D8712. Grayscale: #A4A4A4. Windows color (decimal): -1935123 or 15562978. OLE color: 15562978.

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

Color convert

RGB226120237-
CMYK0.050.4900.07
HSL294.36º76.47%70%-
HSV(B)294.36º49.37%92.94%-
XYZ53.3735.7284.2-
YUV165.03168.62171.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.77%
GREEN value IS 120 (47.27% from 255) = 20.58%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=38.77%
G=20.58%
B=40.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261202370.050.4900.07294.3676.4770
HexE278ED531071264c46
Octal34217035556107446114106
Binary11100010111100011101101101110001011110010011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E278ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E278ED; }

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

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

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

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

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

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

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

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