#EA6FE6

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

Shades of Violet #EA6FE6

Tints of Violet #EA6FE6

Color information

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

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

Color convert

RGB234111230-
CMYK00.530.020.08
HSL301.95º74.55%67.65%-
HSV(B)301.95º52.56%91.76%-
XYZ53.934.5778.7-
YUV161.34166.75179.82-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411123000.530.020.08301.9574.5567.65
HexEA6FE60352812e4b44
Octal352157346065210456113104
Binary11101010110111111100110011010110100010010111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FE6; }

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

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

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

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

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

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

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

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