#E997F1

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

Shades of Violet #E997F1

Tints of Violet #E997F1

Color information

#E997F1 (or 0xE997F1) is unknown color: approx Violet. HEX triplet: E9, 97 and F1. RGB value is (233,151,241). Sum of RGB (Red+Green+Blue) = 233+151+241=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 151 (59.38% from 255 or 24.16% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #E997F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E997F1 is #16680E. Grayscale: #B9B9B9. Windows color (decimal): -1468431 or 15833065. OLE color: 15833065.

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

Color convert

RGB233151241-
CMYK0.030.3700.05
HSL294.67º76.27%76.86%-
HSV(B)294.67º37.34%94.51%-
XYZ60.5545.8188.87-
YUV185.78159.17161.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.28%
GREEN value IS 151 (59.38% from 255) = 24.16%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=37.28%
G=24.16%
B=38.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331512410.030.3700.05294.6776.2776.86
HexE997F1325051274c4d
Octal35122736134505447114115
Binary11101001100101111111000111100101010110010011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E997F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E997F1; }

 p { color: rgb(233,151,241); }

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

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

 a { background-color: rgb(233,151,241); }

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

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

 span { border-color: rgb(233,151,241); }

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