#E694ED

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

Shades of Violet #E694ED

Tints of Violet #E694ED

Color information

#E694ED (or 0xE694ED) is unknown color: approx Violet. HEX triplet: E6, 94 and ED. RGB value is (230,148,237). Sum of RGB (Red+Green+Blue) = 230+148+237=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #E694ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694ED is #196B12. Grayscale: #B6B6B6. Windows color (decimal): -1665811 or 15570150. OLE color: 15570150.

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

Color convert

RGB230148237-
CMYK0.030.3800.07
HSL295.28º71.2%75.49%-
HSV(B)295.28º37.55%92.94%-
XYZ58.5144.1285.55-
YUV182.66158.67161.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.40%
GREEN value IS 148 (58.20% from 255) = 24.07%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=37.40%
G=24.07%
B=38.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301482370.030.3800.07295.2871.275.49
HexE694ED32607127474b
Octal34622435534607447107113
Binary11100110100101001110110111100110011110010011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E694ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E694ED; }

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

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

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

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

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

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

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

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