#EA8AED

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

Shades of Violet #EA8AED

Tints of Violet #EA8AED

Color information

#EA8AED (or 0xEA8AED) is unknown color: approx Violet. HEX triplet: EA, 8A and ED. RGB value is (234,138,237). Sum of RGB (Red+Green+Blue) = 234+138+237=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA8AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8AED is #157512. Grayscale: #B1B1B1. Windows color (decimal): -1406227 or 15567594. OLE color: 15567594.

HSL color Cylindrical-coordinate representation of color #EA8AED: hue angle of 298.18º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA8AED is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234138237-
CMYK0.010.4200.07
HSL298.18º73.33%73.53%-
HSV(B)298.18º41.77%92.94%-
XYZ58.3141.7885.11-
YUV177.99161.3167.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 138 (54.30% from 255) = 22.66%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=38.42%
G=22.66%
B=38.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341382370.010.4200.07298.1873.3373.53
HexEA8AED12A0712a494a
Octal35221235515207452111112
Binary1110101010001010111011011101010011110010101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8AED; }

 p { color: rgb(234,138,237); }

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

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

 a { background-color: rgb(234,138,237); }

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

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

 span { border-color: rgb(234,138,237); }

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