#EA99F0

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

Shades of Violet #EA99F0

Tints of Violet #EA99F0

Color information

#EA99F0 (or 0xEA99F0) is unknown color: approx Violet. HEX triplet: EA, 99 and F0. RGB value is (234,153,240). Sum of RGB (Red+Green+Blue) = 234+153+240=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA99F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99F0 is #15660F. Grayscale: #BABABA. Windows color (decimal): -1402384 or 15768042. OLE color: 15768042.

HSL color Cylindrical-coordinate representation of color #EA99F0: hue angle of 295.86º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA99F0 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234153240-
CMYK0.020.3600.06
HSL295.86º74.36%77.06%-
HSV(B)295.86º36.25%94.12%-
XYZ61.0546.5788.21-
YUV187.14157.84161.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 153 (60.16% from 255) = 24.40%
BLUE value IS 240 (94.14% from 255) = 38.28%
R=37.32%
G=24.40%
B=38.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341532400.020.3600.06295.8674.3677.06
HexEA99F0224061284a4d
Octal35223136024406450112115
Binary11101010100110011111000010100100011010010100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99F0; }

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

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

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

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

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

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

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

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