#ED8BFF

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

Shades of Violet #ED8BFF

Tints of Violet #ED8BFF

Color information

#ED8BFF (or 0xED8BFF) is unknown color: approx Violet. HEX triplet: ED, 8B and FF. RGB value is (237,139,255). Sum of RGB (Red+Green+Blue) = 237+139+255=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 139 (54.69% from 255 or 22.03% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED8BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BFF is #127400. Grayscale: #B5B5B5. Windows color (decimal): -1209345 or 16747501. OLE color: 16747501.

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

Color convert

RGB237139255-
CMYK0.070.4500
HSL290.69º100%77.25%-
HSV(B)290.69º45.49%100%-
XYZ62.2143.6999.76-
YUV181.53169.47167.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 139 (54.69% from 255) = 22.03%
BLUE value IS 255 (100% from 255) = 40.41%
R=37.56%
G=22.03%
B=40.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371392550.070.4500290.6910077.25
HexED8BFF72D00123644d
Octal35521337775500443144115
Binary1110110110001011111111111111011010010010001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8BFF; }

 p { color: rgb(237,139,255); }

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

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

 a { background-color: rgb(237,139,255); }

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

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

 span { border-color: rgb(237,139,255); }

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