#ED85FA

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

Shades of Violet #ED85FA

Tints of Violet #ED85FA

Color information

#ED85FA (or 0xED85FA) is unknown color: approx Violet. HEX triplet: ED, 85 and FA. RGB value is (237,133,250). Sum of RGB (Red+Green+Blue) = 237+133+250=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 133 (52.34% from 255 or 21.45% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED85FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED85FA is #127A05. Grayscale: #B1B1B1. Windows color (decimal): -1210886 or 16418285. OLE color: 16418285.

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

Color convert

RGB237133250-
CMYK0.050.4700.02
HSL293.33º92.13%75.1%-
HSV(B)293.33º46.8%98.04%-
XYZ60.5741.6895.3-
YUV177.43168.96170.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 133 (52.34% from 255) = 21.45%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=38.23%
G=21.45%
B=40.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371332500.050.4700.02293.3392.1375.1
HexED85FA52F021255c4b
Octal35520537255702445134113
Binary11101101100001011111101010110111101010010010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED85FA; }

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

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

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

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

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

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

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

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