#EA88FD

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

Shades of Violet #EA88FD

Tints of Violet #EA88FD

Color information

#EA88FD (or 0xEA88FD) is unknown color: approx Violet. HEX triplet: EA, 88 and FD. RGB value is (234,136,253). Sum of RGB (Red+Green+Blue) = 234+136+253=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 136 (53.52% from 255 or 21.83% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA88FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA88FD is #157702. Grayscale: #B2B2B2. Windows color (decimal): -1406723 or 16615658. OLE color: 16615658.

HSL color Cylindrical-coordinate representation of color #EA88FD: hue angle of 290.26º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA88FD is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234136253-
CMYK0.080.4600.01
HSL290.26º96.69%76.27%-
HSV(B)290.26º46.25%99.22%-
XYZ60.4742.1997.89-
YUV178.64169.97167.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 136 (53.52% from 255) = 21.83%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=37.56%
G=21.83%
B=40.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341362530.080.4600.01290.2696.6976.27
HexEA88FD82E01122614c
Octal352210375105601442141114
Binary11101010100010001111110110001011100110010001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88FD; }

 p { color: rgb(234,136,253); }

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

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

 a { background-color: rgb(234,136,253); }

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

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

 span { border-color: rgb(234,136,253); }

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