#EA95FB

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

Shades of Violet #EA95FB

Tints of Violet #EA95FB

Color information

#EA95FB (or 0xEA95FB) is unknown color: approx Violet. HEX triplet: EA, 95 and FB. RGB value is (234,149,251). Sum of RGB (Red+Green+Blue) = 234+149+251=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 149 (58.59% from 255 or 23.50% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA95FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA95FB is #156A04. Grayscale: #B9B9B9. Windows color (decimal): -1403397 or 16487914. OLE color: 16487914.

HSL color Cylindrical-coordinate representation of color #EA95FB: hue angle of 290º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA95FB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234149251-
CMYK0.070.4100.02
HSL290º92.73%78.43%-
HSV(B)290º40.64%98.43%-
XYZ62.0945.9596.86-
YUV186.04164.66162.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 149 (58.59% from 255) = 23.50%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=36.91%
G=23.50%
B=39.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341492510.070.4100.0229092.7378.43
HexEA95FB729021225d4e
Octal35222537375102442135116
Binary11101010100101011111101111110100101010010001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95FB; }

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

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

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

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

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

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

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

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