#EA70EB

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

Shades of Violet #EA70EB

Tints of Violet #EA70EB

Color information

#EA70EB (or 0xEA70EB) is unknown color: approx Violet. HEX triplet: EA, 70 and EB. RGB value is (234,112,235). Sum of RGB (Red+Green+Blue) = 234+112+235=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA70EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA70EB is #158F14. Grayscale: #A2A2A2. Windows color (decimal): -1412885 or 15429866. OLE color: 15429866.

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

Color convert

RGB234112235-
CMYK0.000.5200.08
HSL299.51º75.46%68.04%-
HSV(B)299.51º52.34%92.16%-
XYZ54.7235.0882.48-
YUV162.5168.92179-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 112 (44.14% from 255) = 19.28%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=40.28%
G=19.28%
B=40.45%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341122350.000.5200.08299.5175.4668.04
HexEA70EB0340812c4b44
Octal352160353064010454113104
Binary1110101011100001110101101101000100010010110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70EB; }

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

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

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

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

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

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

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

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