#EA6FE8

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

Shades of Violet #EA6FE8

Tints of Violet #EA6FE8

Color information

#EA6FE8 (or 0xEA6FE8) is unknown color: approx Violet. HEX triplet: EA, 6F and E8. RGB value is (234,111,232). Sum of RGB (Red+Green+Blue) = 234+111+232=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6FE8 is #159017. Grayscale: #A1A1A1. Windows color (decimal): -1413144 or 15233002. OLE color: 15233002.

HSL color Cylindrical-coordinate representation of color #EA6FE8: hue angle of 300.98º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6FE8 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234111232-
CMYK00.530.010.08
HSL300.98º74.55%67.65%-
HSV(B)300.98º52.56%91.76%-
XYZ54.1834.6980.18-
YUV161.57167.75179.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 111 (43.75% from 255) = 19.24%
BLUE value IS 232 (91.02% from 255) = 40.21%
R=40.55%
G=19.24%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411123200.530.010.08300.9874.5567.65
HexEA6FE80351812d4b44
Octal352157350065110455113104
Binary1110101011011111110100001101011100010010110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FE8; }

 p { color: rgb(234,111,232); }

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

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

 a { background-color: rgb(234,111,232); }

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

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

 span { border-color: rgb(234,111,232); }

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