#EA6AF1

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

Shades of Violet #EA6AF1

Tints of Violet #EA6AF1

Color information

#EA6AF1 (or 0xEA6AF1) is unknown color: approx Violet. HEX triplet: EA, 6A and F1. RGB value is (234,106,241). Sum of RGB (Red+Green+Blue) = 234+106+241=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 106 (41.80% from 255 or 18.24% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA6AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6AF1 is #15950E. Grayscale: #9F9F9F. Windows color (decimal): -1414415 or 15821546. OLE color: 15821546.

HSL color Cylindrical-coordinate representation of color #EA6AF1: hue angle of 296.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6AF1 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234106241-
CMYK0.030.5600.05
HSL296.89º82.82%68.04%-
HSV(B)296.89º56.02%94.51%-
XYZ54.9634.1586.91-
YUV159.66173.91181.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 106 (41.80% from 255) = 18.24%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=40.28%
G=18.24%
B=41.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341062410.030.5600.05296.8982.8268.04
HexEA6AF1338051295344
Octal35215236137005451123104
Binary1110101011010101111000111111000010110010100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6AF1; }

 p { color: rgb(234,106,241); }

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

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

 a { background-color: rgb(234,106,241); }

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

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

 span { border-color: rgb(234,106,241); }

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