#EA79E1

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

Shades of Violet #EA79E1

Tints of Violet #EA79E1

Color information

#EA79E1 (or 0xEA79E1) is unknown color: approx Violet. HEX triplet: EA, 79 and E1. RGB value is (234,121,225). Sum of RGB (Red+Green+Blue) = 234+121+225=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79E1 is #15861E. Grayscale: #A6A6A6. Windows color (decimal): -1410591 or 14776810. OLE color: 14776810.

HSL color Cylindrical-coordinate representation of color #EA79E1: hue angle of 304.78º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA79E1 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234121225-
CMYK00.480.040.08
HSL304.78º72.9%69.61%-
HSV(B)304.78º48.29%91.76%-
XYZ54.3636.675.43-
YUV166.64160.94176.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 121 (47.66% from 255) = 20.86%
BLUE value IS 225 (88.28% from 255) = 38.79%
R=40.34%
G=20.86%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412122500.480.040.08304.7872.969.61
HexEA79E1030481314946
Octal352171341060410461111106
Binary111010101111001111000010110000100100010011000110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA79E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA79E1; }

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

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

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

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

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

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

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

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