#EA7CF3

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

Shades of Violet #EA7CF3

Tints of Violet #EA7CF3

Color information

#EA7CF3 (or 0xEA7CF3) is unknown color: approx Violet. HEX triplet: EA, 7C and F3. RGB value is (234,124,243). Sum of RGB (Red+Green+Blue) = 234+124+243=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 124 (48.83% from 255 or 20.63% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA7CF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7CF3 is #15830C. Grayscale: #AAAAAA. Windows color (decimal): -1409805 or 15957226. OLE color: 15957226.

HSL color Cylindrical-coordinate representation of color #EA7CF3: hue angle of 295.46º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA7CF3 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234124243-
CMYK0.040.4900.05
HSL295.46º83.22%71.96%-
HSV(B)295.46º48.97%95.29%-
XYZ57.3238.3889.18-
YUV170.46168.94173.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 124 (48.83% from 255) = 20.63%
BLUE value IS 243 (95.31% from 255) = 40.43%
R=38.94%
G=20.63%
B=40.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341242430.040.4900.05295.4683.2271.96
HexEA7CF3431051275348
Octal35217436346105447123110
Binary11101010111110011110011100110001010110010011110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7CF3; }

 p { color: rgb(234,124,243); }

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

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

 a { background-color: rgb(234,124,243); }

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

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

 span { border-color: rgb(234,124,243); }

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