#EA7FF2

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

Shades of Violet #EA7FF2

Tints of Violet #EA7FF2

Color information

#EA7FF2 (or 0xEA7FF2) is unknown color: approx Violet. HEX triplet: EA, 7F and F2. RGB value is (234,127,242). Sum of RGB (Red+Green+Blue) = 234+127+242=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA7FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7FF2 is #15800D. Grayscale: #ABABAB. Windows color (decimal): -1409038 or 15892458. OLE color: 15892458.

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

Color convert

RGB234127242-
CMYK0.030.4800.05
HSL295.83º81.56%72.35%-
HSV(B)295.83º47.52%94.9%-
XYZ57.5539.0888.51-
YUV172.1167.45172.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 127 (50% from 255) = 21.06%
BLUE value IS 242 (94.92% from 255) = 40.13%
R=38.81%
G=21.06%
B=40.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341272420.030.4800.05295.8381.5672.35
HexEA7FF2330051285248
Octal35217736236005450122110
Binary1110101011111111111001011110000010110010100010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7FF2; }

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

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

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

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

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

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

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

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