#ED81FA

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

Shades of Violet #ED81FA

Tints of Violet #ED81FA

Color information

#ED81FA (or 0xED81FA) is unknown color: approx Violet. HEX triplet: ED, 81 and FA. RGB value is (237,129,250). Sum of RGB (Red+Green+Blue) = 237+129+250=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 129 (50.78% from 255 or 20.94% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED81FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED81FA is #127E05. Grayscale: #AEAEAE. Windows color (decimal): -1211910 or 16417261. OLE color: 16417261.

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

Color convert

RGB237129250-
CMYK0.050.4800.02
HSL293.55º92.37%74.31%-
HSV(B)293.55º48.4%98.04%-
XYZ60.0340.6195.12-
YUV175.09170.28172.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 129 (50.78% from 255) = 20.94%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=38.47%
G=20.94%
B=40.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371292500.050.4800.02293.5592.3774.31
HexED81FA530021265c4a
Octal35520137256002446134112
Binary11101101100000011111101010111000001010010011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81FA; }

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

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

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

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

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

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

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

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