#E669EC

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

Shades of Violet #E669EC

Tints of Violet #E669EC

Color information

#E669EC (or 0xE669EC) is unknown color: approx Violet. HEX triplet: E6, 69 and EC. RGB value is (230,105,236). Sum of RGB (Red+Green+Blue) = 230+105+236=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 105 (41.41% from 255 or 18.39% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #E669EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E669EC is #199613. Grayscale: #9C9C9C. Windows color (decimal): -1676820 or 15493606. OLE color: 15493606.

HSL color Cylindrical-coordinate representation of color #E669EC: hue angle of 297.25º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E669EC is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230105236-
CMYK0.030.5600.07
HSL297.25º77.51%66.86%-
HSV(B)297.25º55.51%92.55%-
XYZ52.8332.9882.94-
YUV157.31172.41179.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 105 (41.41% from 255) = 18.39%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=40.28%
G=18.39%
B=41.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301052360.030.5600.07297.2577.5166.86
HexE669EC338071294e43
Octal34615135437007451116103
Binary1110011011010011110110011111000011110010100110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E669EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E669EC; }

 p { color: rgb(230,105,236); }

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

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

 a { background-color: rgb(230,105,236); }

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

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

 span { border-color: rgb(230,105,236); }

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