#ED8BF1

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

Shades of Violet #ED8BF1

Tints of Violet #ED8BF1

Color information

#ED8BF1 (or 0xED8BF1) is unknown color: approx Violet. HEX triplet: ED, 8B and F1. RGB value is (237,139,241). Sum of RGB (Red+Green+Blue) = 237+139+241=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 139 (54.69% from 255 or 22.53% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED8BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BF1 is #12740E. Grayscale: #B3B3B3. Windows color (decimal): -1209359 or 15829997. OLE color: 15829997.

HSL color Cylindrical-coordinate representation of color #ED8BF1: hue angle of 297.65º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8BF1 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237139241-
CMYK0.020.4200.05
HSL297.65º78.46%74.51%-
HSV(B)297.65º42.32%94.51%-
XYZ60.0342.8288.32-
YUV179.93162.47168.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 139 (54.69% from 255) = 22.53%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=38.41%
G=22.53%
B=39.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371392410.020.4200.05297.6578.4674.51
HexED8BF122A0512a4e4b
Octal35521336125205452116113
Binary11101101100010111111000110101010010110010101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8BF1; }

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

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

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

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

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

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

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

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