#EA84ED

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

Shades of Violet #EA84ED

Tints of Violet #EA84ED

Color information

#EA84ED (or 0xEA84ED) is unknown color: approx Violet. HEX triplet: EA, 84 and ED. RGB value is (234,132,237). Sum of RGB (Red+Green+Blue) = 234+132+237=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA84ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA84ED is #157B12. Grayscale: #AEAEAE. Windows color (decimal): -1407763 or 15566058. OLE color: 15566058.

HSL color Cylindrical-coordinate representation of color #EA84ED: hue angle of 298.29º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA84ED is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234132237-
CMYK0.010.4400.07
HSL298.29º74.47%72.35%-
HSV(B)298.29º44.3%92.94%-
XYZ57.4740.1184.83-
YUV174.47163.29170.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 132 (51.95% from 255) = 21.89%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=38.81%
G=21.89%
B=39.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341322370.010.4400.07298.2974.4772.35
HexEA84ED12C0712a4a48
Octal35220435515407452112110
Binary1110101010000100111011011101100011110010101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84ED; }

 p { color: rgb(234,132,237); }

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

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

 a { background-color: rgb(234,132,237); }

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

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

 span { border-color: rgb(234,132,237); }

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