#EA6CEE

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

Shades of Violet #EA6CEE

Tints of Violet #EA6CEE

Color information

#EA6CEE (or 0xEA6CEE) is unknown color: approx Violet. HEX triplet: EA, 6C and EE. RGB value is (234,108,238). Sum of RGB (Red+Green+Blue) = 234+108+238=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA6CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6CEE is #159311. Grayscale: #A0A0A0. Windows color (decimal): -1413906 or 15625450. OLE color: 15625450.

HSL color Cylindrical-coordinate representation of color #EA6CEE: hue angle of 298.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6CEE is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234108238-
CMYK0.020.5500.07
HSL298.15º79.27%67.84%-
HSV(B)298.15º54.62%93.33%-
XYZ54.7334.3984.64-
YUV160.49171.74180.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 108 (42.58% from 255) = 18.62%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=40.34%
G=18.62%
B=41.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341082380.020.5500.07298.1579.2767.84
HexEA6CEE2370712a4f44
Octal35215435626707452117104
Binary1110101011011001110111010110111011110010101010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6CEE; }

 p { color: rgb(234,108,238); }

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

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

 a { background-color: rgb(234,108,238); }

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

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

 span { border-color: rgb(234,108,238); }

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