#EA8CFE

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

Shades of Violet #EA8CFE

Tints of Violet #EA8CFE

Color information

#EA8CFE (or 0xEA8CFE) is unknown color: approx Violet. HEX triplet: EA, 8C and FE. RGB value is (234,140,254). Sum of RGB (Red+Green+Blue) = 234+140+254=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 140 (55.08% from 255 or 22.29% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA8CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8CFE is #157301. Grayscale: #B4B4B4. Windows color (decimal): -1405698 or 16682218. OLE color: 16682218.

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

Color convert

RGB234140254-
CMYK0.080.4500.00
HSL289.47º98.28%77.25%-
HSV(B)289.47º44.88%99.61%-
XYZ61.243.498.92-
YUV181.1169.14165.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 140 (55.08% from 255) = 22.29%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=37.26%
G=22.29%
B=40.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341402540.080.4500.00289.4798.2877.25
HexEA8CFE82D00121624d
Octal352214376105500441142115
Binary11101010100011001111111010001011010010010000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8CFE; }

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

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

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

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

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

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

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

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