#EA7DE9

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

Shades of Violet #EA7DE9

Tints of Violet #EA7DE9

Color information

#EA7DE9 (or 0xEA7DE9) is unknown color: approx Violet. HEX triplet: EA, 7D and E9. RGB value is (234,125,233). Sum of RGB (Red+Green+Blue) = 234+125+233=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7DE9 is #158216. Grayscale: #A9A9A9. Windows color (decimal): -1409559 or 15302122. OLE color: 15302122.

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

Color convert

RGB234125233-
CMYK00.470.000.08
HSL300.55º72.19%70.39%-
HSV(B)300.55º46.58%91.76%-
XYZ55.9738.0481.48-
YUV169.9163.61173.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 125 (49.22% from 255) = 21.11%
BLUE value IS 233 (91.41% from 255) = 39.36%
R=39.53%
G=21.11%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412523300.470.000.08300.5572.1970.39
HexEA7DE902F0812d4846
Octal352175351057010455110106
Binary1110101011111011110100101011110100010010110110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7DE9; }

 p { color: rgb(234,125,233); }

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

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

 a { background-color: rgb(234,125,233); }

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

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

 span { border-color: rgb(234,125,233); }

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