#EA8CFF

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

Shades of Violet #EA8CFF

Tints of Violet #EA8CFF

Color information

#EA8CFF (or 0xEA8CFF) is unknown color: approx Violet. HEX triplet: EA, 8C and FF. RGB value is (234,140,255). Sum of RGB (Red+Green+Blue) = 234+140+255=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 140 (55.08% from 255 or 22.26% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8CFF is #157300. Grayscale: #B4B4B4. Windows color (decimal): -1405697 or 16747754. OLE color: 16747754.

HSL color Cylindrical-coordinate representation of color #EA8CFF: hue angle of 289.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA8CFF is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234140255-
CMYK0.080.4500
HSL289.04º100%77.45%-
HSV(B)289.04º45.1%100%-
XYZ61.3643.4799.76-
YUV181.22169.64165.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 140 (55.08% from 255) = 22.26%
BLUE value IS 255 (100% from 255) = 40.54%
R=37.20%
G=22.26%
B=40.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341402550.080.4500289.0410077.45
HexEA8CFF82D00121644d
Octal352214377105500441144115
Binary11101010100011001111111110001011010010010000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8CFF; }

 p { color: rgb(234,140,255); }

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

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

 a { background-color: rgb(234,140,255); }

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

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

 span { border-color: rgb(234,140,255); }

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