#E66FEA

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

Shades of Violet #E66FEA

Tints of Violet #E66FEA

Color information

#E66FEA (or 0xE66FEA) is unknown color: approx Violet. HEX triplet: E6, 6F and EA. RGB value is (230,111,234). Sum of RGB (Red+Green+Blue) = 230+111+234=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #E66FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66FEA is #199015. Grayscale: #A0A0A0. Windows color (decimal): -1675286 or 15364070. OLE color: 15364070.

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

Color convert

RGB230111234-
CMYK0.020.5300.08
HSL298.05º74.55%67.65%-
HSV(B)298.05º52.56%91.76%-
XYZ53.1734.1381.63-
YUV160.6169.42177.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 111 (43.75% from 255) = 19.30%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=40%
G=19.30%
B=40.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301112340.020.5300.08298.0574.5567.65
HexE66FEA2350812a4b44
Octal346157352265010452113104
Binary11100110110111111101010101101010100010010101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66FEA; }

 p { color: rgb(230,111,234); }

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

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

 a { background-color: rgb(230,111,234); }

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

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

 span { border-color: rgb(230,111,234); }

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