#EA94F2

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

Shades of Violet #EA94F2

Tints of Violet #EA94F2

Color information

#EA94F2 (or 0xEA94F2) is unknown color: approx Violet. HEX triplet: EA, 94 and F2. RGB value is (234,148,242). Sum of RGB (Red+Green+Blue) = 234+148+242=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA94F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA94F2 is #156B0D. Grayscale: #B8B8B8. Windows color (decimal): -1403662 or 15897834. OLE color: 15897834.

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

Color convert

RGB234148242-
CMYK0.030.3900.05
HSL294.89º78.33%76.47%-
HSV(B)294.89º38.84%94.9%-
XYZ60.5545.0889.52-
YUV184.43160.49163.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 148 (58.20% from 255) = 23.72%
BLUE value IS 242 (94.92% from 255) = 38.78%
R=37.5%
G=23.72%
B=38.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341482420.030.3900.05294.8978.3376.47
HexEA94F2327051274e4c
Octal35222436234705447116114
Binary11101010100101001111001011100111010110010011110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA94F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA94F2; }

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

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

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

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

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

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

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

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