#ED9AFB

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

Shades of Violet #ED9AFB

Tints of Violet #ED9AFB

Color information

#ED9AFB (or 0xED9AFB) is unknown color: approx Violet. HEX triplet: ED, 9A and FB. RGB value is (237,154,251). Sum of RGB (Red+Green+Blue) = 237+154+251=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 154 (60.55% from 255 or 23.99% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED9AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9AFB is #126504. Grayscale: #BDBDBD. Windows color (decimal): -1205509 or 16489197. OLE color: 16489197.

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

Color convert

RGB237154251-
CMYK0.060.3900.02
HSL291.34º92.38%79.41%-
HSV(B)291.34º38.65%98.43%-
XYZ63.8948.0897.18-
YUV189.88162.5161.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 154 (60.55% from 255) = 23.99%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=36.92%
G=23.99%
B=39.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371542510.060.3900.02291.3492.3879.41
HexED9AFB627021235c4f
Octal35523237364702443134117
Binary11101101100110101111101111010011101010010001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AFB; }

 p { color: rgb(237,154,251); }

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

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

 a { background-color: rgb(237,154,251); }

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

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

 span { border-color: rgb(237,154,251); }

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