#EA71EE

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

Shades of Violet #EA71EE

Tints of Violet #EA71EE

Color information

#EA71EE (or 0xEA71EE) is unknown color: approx Violet. HEX triplet: EA, 71 and EE. RGB value is (234,113,238). Sum of RGB (Red+Green+Blue) = 234+113+238=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA71EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA71EE is #158E11. Grayscale: #A3A3A3. Windows color (decimal): -1412626 or 15626730. OLE color: 15626730.

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

Color convert

RGB234113238-
CMYK0.020.5300.07
HSL298.08º78.62%68.82%-
HSV(B)298.08º52.52%93.33%-
XYZ55.2735.4884.82-
YUV163.43170.09178.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 113 (44.53% from 255) = 19.32%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=40%
G=19.32%
B=40.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341132380.020.5300.07298.0878.6268.82
HexEA71EE2350712a4f45
Octal35216135626507452117105
Binary1110101011100011110111010110101011110010101010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA71EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA71EE; }

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

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

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

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

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

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

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

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