#E188EA

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

Shades of Violet #E188EA

Tints of Violet #E188EA

Color information

#E188EA (or 0xE188EA) is unknown color: approx Violet. HEX triplet: E1, 88 and EA. RGB value is (225,136,234). Sum of RGB (Red+Green+Blue) = 225+136+234=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #E188EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E188EA is #1E7715. Grayscale: #ADADAD. Windows color (decimal): -1996566 or 15370465. OLE color: 15370465.

HSL color Cylindrical-coordinate representation of color #E188EA: hue angle of 294.49º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E188EA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225136234-
CMYK0.040.4200.08
HSL294.49º70%72.55%-
HSV(B)294.49º41.88%91.76%-
XYZ54.7139.5682.59-
YUV173.78161.99164.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.82%
GREEN value IS 136 (53.52% from 255) = 22.86%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=37.82%
G=22.86%
B=39.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251362340.040.4200.08294.497072.55
HexE188EA42A081264649
Octal341210352452010446106111
Binary1110000110001000111010101001010100100010010011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E188EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E188EA; }

 p { color: rgb(225,136,234); }

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

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

 a { background-color: rgb(225,136,234); }

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

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

 span { border-color: rgb(225,136,234); }

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