#EA6FE7

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

Shades of Violet #EA6FE7

Tints of Violet #EA6FE7

Color information

#EA6FE7 (or 0xEA6FE7) is unknown color: approx Violet. HEX triplet: EA, 6F and E7. RGB value is (234,111,231). Sum of RGB (Red+Green+Blue) = 234+111+231=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6FE7 is #159018. Grayscale: #A1A1A1. Windows color (decimal): -1413145 or 15167466. OLE color: 15167466.

HSL color Cylindrical-coordinate representation of color #EA6FE7: hue angle of 301.46º 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 #EA6FE7 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234111231-
CMYK00.530.010.08
HSL301.46º74.55%67.65%-
HSV(B)301.46º52.56%91.76%-
XYZ54.0434.6379.44-
YUV161.46167.25179.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 111 (43.75% from 255) = 19.27%
BLUE value IS 231 (90.62% from 255) = 40.10%
R=40.62%
G=19.27%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411123100.530.010.08301.4674.5567.65
HexEA6FE70351812d4b44
Octal352157347065110455113104
Binary1110101011011111110011101101011100010010110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FE7; }

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

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

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

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

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

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

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

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