#E18FEA

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

Shades of Violet #E18FEA

Tints of Violet #E18FEA

Color information

#E18FEA (or 0xE18FEA) is unknown color: approx Violet. HEX triplet: E1, 8F and EA. RGB value is (225,143,234). Sum of RGB (Red+Green+Blue) = 225+143+234=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #E18FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18FEA is #1E7015. Grayscale: #B1B1B1. Windows color (decimal): -1994774 or 15372257. OLE color: 15372257.

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

Color convert

RGB225143234-
CMYK0.040.3900.08
HSL294.07º68.42%73.92%-
HSV(B)294.07º38.89%91.76%-
XYZ55.7341.5982.93-
YUV177.89159.67161.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.38%
GREEN value IS 143 (56.25% from 255) = 23.75%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=37.38%
G=23.75%
B=38.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251432340.040.3900.08294.0768.4273.92
HexE18FEA42708126444a
Octal341217352447010446104112
Binary1110000110001111111010101001001110100010010011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18FEA; }

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

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

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

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

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

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

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

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