#E280E7

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

Shades of Violet #E280E7

Tints of Violet #E280E7

Color information

#E280E7 (or 0xE280E7) is unknown color: approx Violet. HEX triplet: E2, 80 and E7. RGB value is (226,128,231). Sum of RGB (Red+Green+Blue) = 226+128+231=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #E280E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280E7 is #1D7F18. Grayscale: #A8A8A8. Windows color (decimal): -1933081 or 15171810. OLE color: 15171810.

HSL color Cylindrical-coordinate representation of color #E280E7: hue angle of 297.09º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E280E7 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB226128231-
CMYK0.020.4500.09
HSL297.09º68.21%70.39%-
HSV(B)297.09º44.59%90.59%-
XYZ53.5137.3880-
YUV169.04162.97168.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.63%
GREEN value IS 128 (50.39% from 255) = 21.88%
BLUE value IS 231 (90.62% from 255) = 39.49%
R=38.63%
G=21.88%
B=39.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2261282310.020.4500.09297.0968.2170.39
HexE280E722D091294446
Octal342200347255011451104106
Binary111000101000000011100111101011010100110010100110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E280E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E280E7; }

 p { color: rgb(226,128,231); }

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

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

 a { background-color: rgb(226,128,231); }

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

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

 span { border-color: rgb(226,128,231); }

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