#ED91FB

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

Shades of Violet #ED91FB

Tints of Violet #ED91FB

Color information

#ED91FB (or 0xED91FB) is unknown color: approx Violet. HEX triplet: ED, 91 and FB. RGB value is (237,145,251). Sum of RGB (Red+Green+Blue) = 237+145+251=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 145 (57.03% from 255 or 22.91% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED91FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED91FB is #126E04. Grayscale: #B8B8B8. Windows color (decimal): -1207813 or 16486893. OLE color: 16486893.

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

Color convert

RGB237145251-
CMYK0.060.4200.02
HSL292.08º92.98%77.65%-
HSV(B)292.08º42.23%98.43%-
XYZ62.4645.2296.7-
YUV184.59165.48165.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 145 (57.03% from 255) = 22.91%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=37.44%
G=22.91%
B=39.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371452510.060.4200.02292.0892.9877.65
HexED91FB62A021245d4e
Octal35522137365202444135116
Binary11101101100100011111101111010101001010010010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91FB; }

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

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

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

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

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

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

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

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