#E695F1

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

Shades of Violet #E695F1

Tints of Violet #E695F1

Color information

#E695F1 (or 0xE695F1) is unknown color: approx Violet. HEX triplet: E6, 95 and F1. RGB value is (230,149,241). Sum of RGB (Red+Green+Blue) = 230+149+241=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 149 (58.59% from 255 or 24.03% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #E695F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695F1 is #196A0E. Grayscale: #B7B7B7. Windows color (decimal): -1665551 or 15832550. OLE color: 15832550.

HSL color Cylindrical-coordinate representation of color #E695F1: hue angle of 292.83º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E695F1 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230149241-
CMYK0.050.3800.05
HSL292.83º76.67%76.47%-
HSV(B)292.83º38.17%94.51%-
XYZ59.2644.6788.72-
YUV183.71160.34161.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 149 (58.59% from 255) = 24.03%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=37.10%
G=24.03%
B=38.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301492410.050.3800.05292.8376.6776.47
HexE695F1526051254d4c
Octal34622536154605445115114
Binary111001101001010111110001101100110010110010010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695F1; }

 p { color: rgb(230,149,241); }

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

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

 a { background-color: rgb(230,149,241); }

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

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

 span { border-color: rgb(230,149,241); }

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