#EA6BE8

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

Shades of Violet #EA6BE8

Tints of Violet #EA6BE8

Color information

#EA6BE8 (or 0xEA6BE8) is unknown color: approx Violet. HEX triplet: EA, 6B and E8. RGB value is (234,107,232). Sum of RGB (Red+Green+Blue) = 234+107+232=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6BE8 is #159417. Grayscale: #9E9E9E. Windows color (decimal): -1414168 or 15231978. OLE color: 15231978.

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

Color convert

RGB234107232-
CMYK00.540.010.08
HSL300.94º75.15%66.86%-
HSV(B)300.94º54.27%91.76%-
XYZ53.7533.8380.04-
YUV159.22169.08181.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 107 (42.19% from 255) = 18.67%
BLUE value IS 232 (91.02% from 255) = 40.49%
R=40.84%
G=18.67%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410723200.540.010.08300.9475.1566.86
HexEA6BE80361812d4b43
Octal352153350066110455113103
Binary1110101011010111110100001101101100010010110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6BE8; }

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

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

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

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

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

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

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

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