#ED88FA

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

Shades of Violet #ED88FA

Tints of Violet #ED88FA

Color information

#ED88FA (or 0xED88FA) is unknown color: approx Violet. HEX triplet: ED, 88 and FA. RGB value is (237,136,250). Sum of RGB (Red+Green+Blue) = 237+136+250=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 136 (53.52% from 255 or 21.83% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED88FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED88FA is #127705. Grayscale: #B2B2B2. Windows color (decimal): -1210118 or 16419053. OLE color: 16419053.

HSL color Cylindrical-coordinate representation of color #ED88FA: hue angle of 293.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED88FA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237136250-
CMYK0.050.4600.02
HSL293.16º91.94%75.69%-
HSV(B)293.16º45.6%98.04%-
XYZ60.9842.5195.43-
YUV179.2167.96169.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 136 (53.52% from 255) = 21.83%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=38.04%
G=21.83%
B=40.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371362500.050.4600.02293.1691.9475.69
HexED88FA52E021255c4c
Octal35521037255602445134114
Binary11101101100010001111101010110111001010010010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED88FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED88FA; }

 p { color: rgb(237,136,250); }

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

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

 a { background-color: rgb(237,136,250); }

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

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

 span { border-color: rgb(237,136,250); }

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