#ea78f2

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

Shades of Violet #EA78F2

Tints of Violet #EA78F2

Color information

#EA78F2 (or 0xEA78F2) is unknown color: approx Violet. HEX triplet: EA, 78 and F2. RGB value is (234,120,242). Sum of RGB (Red+Green+Blue) = 234+120+242=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 120 (47.27% from 255 or 20.13% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA78F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA78F2 is #15870D. Grayscale: #A7A7A7. Windows color (decimal): -1410830 or 15890666. OLE color: 15890666.

HSL color Cylindrical-coordinate representation of color #EA78F2: hue angle of 296.07º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA78F2 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234120242-
CMYK0.030.5000.05
HSL296.07º82.43%70.98%-
HSV(B)296.07º50.41%94.9%-
XYZ56.6837.3488.22-
YUV167.99169.77175.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 120 (47.27% from 255) = 20.13%
BLUE value IS 242 (94.92% from 255) = 40.60%
R=39.26%
G=20.13%
B=40.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341202420.030.5000.05296.0782.4370.98
HexEA78F2332051285247
Octal35217036236205450122107
Binary1110101011110001111001011110010010110010100010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea78f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea78f2; }

 p { color: rgb(234,120,242); }

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

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

 a { background-color: rgb(234,120,242); }

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

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

 span { border-color: rgb(234,120,242); }

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