#ED9BFA

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

Shades of Violet #ED9BFA

Tints of Violet #ED9BFA

Color information

#ED9BFA (or 0xED9BFA) is unknown color: approx Violet. HEX triplet: ED, 9B and FA. RGB value is (237,155,250). Sum of RGB (Red+Green+Blue) = 237+155+250=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 155 (60.94% from 255 or 24.14% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED9BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BFA is #126405. Grayscale: #BEBEBE. Windows color (decimal): -1205254 or 16423917. OLE color: 16423917.

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

Color convert

RGB237155250-
CMYK0.050.3800.02
HSL291.79º90.48%79.41%-
HSV(B)291.79º38%98.04%-
XYZ63.948.3596.41-
YUV190.35161.67161.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 155 (60.94% from 255) = 24.14%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=36.92%
G=24.14%
B=38.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371552500.050.3800.02291.7990.4879.41
HexED9BFA526021245a4f
Octal35523337254602444132117
Binary11101101100110111111101010110011001010010010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9BFA; }

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

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

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

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

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

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

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

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