#EA95F1

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

Shades of Violet #EA95F1

Tints of Violet #EA95F1

Color information

#EA95F1 (or 0xEA95F1) is unknown color: approx Violet. HEX triplet: EA, 95 and F1. RGB value is (234,149,241). Sum of RGB (Red+Green+Blue) = 234+149+241=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA95F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA95F1 is #156A0E. Grayscale: #B8B8B8. Windows color (decimal): -1403407 or 15832554. OLE color: 15832554.

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

Color convert

RGB234149241-
CMYK0.030.3800.05
HSL295.43º76.67%76.47%-
HSV(B)295.43º38.17%94.51%-
XYZ60.5645.3488.78-
YUV184.9159.66163.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 149 (58.59% from 255) = 23.88%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=37.5%
G=23.88%
B=38.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341492410.030.3800.05295.4376.6776.47
HexEA95F1326051274d4c
Octal35222536134605447115114
Binary11101010100101011111000111100110010110010011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95F1; }

 p { color: rgb(234,149,241); }

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

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

 a { background-color: rgb(234,149,241); }

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

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

 span { border-color: rgb(234,149,241); }

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