#EA9AF1

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

Shades of Violet #EA9AF1

Tints of Violet #EA9AF1

Color information

#EA9AF1 (or 0xEA9AF1) is unknown color: approx Violet. HEX triplet: EA, 9A and F1. RGB value is (234,154,241). Sum of RGB (Red+Green+Blue) = 234+154+241=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 154 (60.55% from 255 or 24.48% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA9AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9AF1 is #15650E. Grayscale: #BBBBBB. Windows color (decimal): -1402127 or 15833834. OLE color: 15833834.

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

Color convert

RGB234154241-
CMYK0.030.3600.05
HSL295.17º75.65%77.45%-
HSV(B)295.17º36.1%94.51%-
XYZ61.3646.9589.05-
YUV187.84158160.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 154 (60.55% from 255) = 24.48%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=37.20%
G=24.48%
B=38.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341542410.030.3600.05295.1775.6577.45
HexEA9AF1324051274c4d
Octal35223236134405447114115
Binary11101010100110101111000111100100010110010011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9AF1; }

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

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

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

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

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

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

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

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