#EA7DE2

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

Shades of Violet #EA7DE2

Tints of Violet #EA7DE2

Color information

#EA7DE2 (or 0xEA7DE2) is unknown color: approx Violet. HEX triplet: EA, 7D and E2. RGB value is (234,125,226). Sum of RGB (Red+Green+Blue) = 234+125+226=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DE2 is #15821D. Grayscale: #A8A8A8. Windows color (decimal): -1409566 or 14843370. OLE color: 14843370.

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

Color convert

RGB234125226-
CMYK00.470.030.08
HSL304.4º72.19%70.39%-
HSV(B)304.4º46.58%91.76%-
XYZ54.9937.6576.32-
YUV169.1160.11174.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 125 (49.22% from 255) = 21.37%
BLUE value IS 226 (88.67% from 255) = 38.63%
R=40%
G=21.37%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412522600.470.030.08304.472.1970.39
HexEA7DE202F381304846
Octal352175342057310460110106
Binary11101010111110111100010010111111100010011000010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7DE2; }

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

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

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

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

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

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

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

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