#ED88FE

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

Shades of Violet #ED88FE

Tints of Violet #ED88FE

Color information

#ED88FE (or 0xED88FE) is unknown color: approx Violet. HEX triplet: ED, 88 and FE. RGB value is (237,136,254). Sum of RGB (Red+Green+Blue) = 237+136+254=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 136 (53.52% from 255 or 21.69% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED88FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED88FE is #127701. Grayscale: #B3B3B3. Windows color (decimal): -1210114 or 16681197. OLE color: 16681197.

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

Color convert

RGB237136254-
CMYK0.070.4600.00
HSL291.36º98.33%76.47%-
HSV(B)291.36º46.46%99.61%-
XYZ61.6242.7798.77-
YUV179.65169.96168.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 136 (53.52% from 255) = 21.69%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=37.80%
G=21.69%
B=40.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371362540.070.4600.00291.3698.3376.47
HexED88FE72E00123624c
Octal35521037675600443142114
Binary1110110110001000111111101111011100010010001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED88FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED88FE; }

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

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

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

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

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

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

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

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