#EA7DE1

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

Shades of Violet #EA7DE1

Tints of Violet #EA7DE1

Color information

#EA7DE1 (or 0xEA7DE1) is unknown color: approx Violet. HEX triplet: EA, 7D and E1. RGB value is (234,125,225). Sum of RGB (Red+Green+Blue) = 234+125+225=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DE1 is #15821E. Grayscale: #A8A8A8. Windows color (decimal): -1409567 or 14777834. OLE color: 14777834.

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

Color convert

RGB234125225-
CMYK00.470.040.08
HSL304.95º72.19%70.39%-
HSV(B)304.95º46.58%91.76%-
XYZ54.8637.675.6-
YUV168.99159.61174.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 125 (49.22% from 255) = 21.40%
BLUE value IS 225 (88.28% from 255) = 38.53%
R=40.07%
G=21.40%
B=38.53%

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
Decimal23412522500.470.040.08304.9572.1970.39
HexEA7DE102F481314846
Octal352175341057410461110106
Binary111010101111101111000010101111100100010011000110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7DE1; }

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

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

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

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

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

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

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

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