#EA7DE0

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

Shades of Violet #EA7DE0

Tints of Violet #EA7DE0

Color information

#EA7DE0 (or 0xEA7DE0) is unknown color: approx Violet. HEX triplet: EA, 7D and E0. RGB value is (234,125,224). Sum of RGB (Red+Green+Blue) = 234+125+224=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DE0 is #15821F. Grayscale: #A8A8A8. Windows color (decimal): -1409568 or 14712298. OLE color: 14712298.

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

Color convert

RGB234125224-
CMYK00.470.040.08
HSL305.5º72.19%70.39%-
HSV(B)305.5º46.58%91.76%-
XYZ54.7237.5474.88-
YUV168.88159.11174.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 125 (49.22% from 255) = 21.44%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=40.14%
G=21.44%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412522400.470.040.08305.572.1970.39
HexEA7DE002F481324846
Octal352175340057410462110106
Binary111010101111101111000000101111100100010011001010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7DE0; }

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

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

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

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

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

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

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

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