#EA7DE6

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

Shades of Violet #EA7DE6

Tints of Violet #EA7DE6

Color information

#EA7DE6 (or 0xEA7DE6) is unknown color: approx Violet. HEX triplet: EA, 7D and E6. RGB value is (234,125,230). Sum of RGB (Red+Green+Blue) = 234+125+230=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7DE6 is #158219. Grayscale: #A9A9A9. Windows color (decimal): -1409562 or 15105514. OLE color: 15105514.

HSL color Cylindrical-coordinate representation of color #EA7DE6: hue angle of 302.2º 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 #EA7DE6 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB234125230-
CMYK00.470.020.08
HSL302.2º72.19%70.39%-
HSV(B)302.2º46.58%91.76%-
XYZ55.5537.8779.25-
YUV169.56162.11173.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 125 (49.22% from 255) = 21.22%
BLUE value IS 230 (90.23% from 255) = 39.05%
R=39.73%
G=21.22%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412523000.470.020.08302.272.1970.39
HexEA7DE602F2812e4846
Octal352175346057210456110106
Binary11101010111110111100110010111110100010010111010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7DE6; }

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

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

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

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

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

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

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

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