#EA7AF1

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

Shades of Violet #EA7AF1

Tints of Violet #EA7AF1

Color information

#EA7AF1 (or 0xEA7AF1) is unknown color: approx Violet. HEX triplet: EA, 7A and F1. RGB value is (234,122,241). Sum of RGB (Red+Green+Blue) = 234+122+241=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 122 (48.05% from 255 or 20.44% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA7AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7AF1 is #15850E. Grayscale: #A8A8A8. Windows color (decimal): -1410319 or 15825642. OLE color: 15825642.

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

Color convert

RGB234122241-
CMYK0.030.4900.05
HSL296.47º80.95%71.18%-
HSV(B)296.47º49.38%94.51%-
XYZ56.7737.7687.52-
YUV169.05168.61174.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 122 (48.05% from 255) = 20.44%
BLUE value IS 241 (94.53% from 255) = 40.37%
R=39.20%
G=20.44%
B=40.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341222410.030.4900.05296.4780.9571.18
HexEA7AF1331051285147
Octal35217236136105450121107
Binary1110101011110101111000111110001010110010100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7AF1; }

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

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

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

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

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

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

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

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