#EA6FEB

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

Shades of Violet #EA6FEB

Tints of Violet #EA6FEB

Color information

#EA6FEB (or 0xEA6FEB) is unknown color: approx Violet. HEX triplet: EA, 6F and EB. RGB value is (234,111,235). Sum of RGB (Red+Green+Blue) = 234+111+235=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA6FEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6FEB is #159014. Grayscale: #A1A1A1. Windows color (decimal): -1413141 or 15429610. OLE color: 15429610.

HSL color Cylindrical-coordinate representation of color #EA6FEB: hue angle of 299.52º degrees, saturation: 0.76, 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 #EA6FEB is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234111235-
CMYK0.000.5300.08
HSL299.52º75.61%67.84%-
HSV(B)299.52º52.77%92.16%-
XYZ54.6134.8682.45-
YUV161.91169.25179.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 111 (43.75% from 255) = 19.14%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=40.34%
G=19.14%
B=40.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341112350.000.5300.08299.5275.6167.84
HexEA6FEB0350812c4c44
Octal352157353065010454114104
Binary1110101011011111110101101101010100010010110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FEB; }

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

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

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

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

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

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

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

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