#ED88FD

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

Shades of Violet #ED88FD

Tints of Violet #ED88FD

Color information

#ED88FD (or 0xED88FD) is unknown color: approx Violet. HEX triplet: ED, 88 and FD. RGB value is (237,136,253). Sum of RGB (Red+Green+Blue) = 237+136+253=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 136 (53.52% from 255 or 21.73% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED88FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED88FD is #127702. Grayscale: #B3B3B3. Windows color (decimal): -1210115 or 16615661. OLE color: 16615661.

HSL color Cylindrical-coordinate representation of color #ED88FD: hue angle of 291.79º 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 #ED88FD is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237136253-
CMYK0.060.4600.01
HSL291.79º96.69%76.27%-
HSV(B)291.79º46.25%99.22%-
XYZ61.4642.797.93-
YUV179.54169.46168.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 136 (53.52% from 255) = 21.73%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=37.86%
G=21.73%
B=40.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371362530.060.4600.01291.7996.6976.27
HexED88FD62E01124614c
Octal35521037565601444141114
Binary1110110110001000111111011101011100110010010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED88FD; }

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

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

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

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

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

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

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

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