#EA99F1

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

Shades of Violet #EA99F1

Tints of Violet #EA99F1

Color information

#EA99F1 (or 0xEA99F1) is unknown color: approx Violet. HEX triplet: EA, 99 and F1. RGB value is (234,153,241). Sum of RGB (Red+Green+Blue) = 234+153+241=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA99F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99F1 is #15660E. Grayscale: #BABABA. Windows color (decimal): -1402383 or 15833578. OLE color: 15833578.

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

Color convert

RGB234153241-
CMYK0.030.3700.05
HSL295.23º75.86%77.25%-
HSV(B)295.23º36.51%94.51%-
XYZ61.246.6388.99-
YUV187.25158.34161.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 153 (60.16% from 255) = 24.36%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=37.26%
G=24.36%
B=38.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341532410.030.3700.05295.2375.8677.25
HexEA99F1325051274c4d
Octal35223136134505447114115
Binary11101010100110011111000111100101010110010011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99F1; }

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

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

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

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

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

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

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

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