#E690ED

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

Shades of Violet #E690ED

Tints of Violet #E690ED

Color information

#E690ED (or 0xE690ED) is unknown color: approx Violet. HEX triplet: E6, 90 and ED. RGB value is (230,144,237). Sum of RGB (Red+Green+Blue) = 230+144+237=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #E690ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E690ED is #196F12. Grayscale: #B4B4B4. Windows color (decimal): -1666835 or 15569126. OLE color: 15569126.

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

Color convert

RGB230144237-
CMYK0.030.3900.07
HSL295.48º72.09%74.71%-
HSV(B)295.48º39.24%92.94%-
XYZ57.8942.8885.35-
YUV180.32159.99163.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.64%
GREEN value IS 144 (56.64% from 255) = 23.57%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=37.64%
G=23.57%
B=38.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301442370.030.3900.07295.4872.0974.71
HexE690ED32707127484b
Octal34622035534707447110113
Binary11100110100100001110110111100111011110010011110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E690ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E690ED; }

 p { color: rgb(230,144,237); }

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

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

 a { background-color: rgb(230,144,237); }

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

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

 span { border-color: rgb(230,144,237); }

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