#ED85FD

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

Shades of Violet #ED85FD

Tints of Violet #ED85FD

Color information

#ED85FD (or 0xED85FD) is unknown color: approx Violet. HEX triplet: ED, 85 and FD. RGB value is (237,133,253). Sum of RGB (Red+Green+Blue) = 237+133+253=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 133 (52.34% from 255 or 21.35% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED85FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED85FD is #127A02. Grayscale: #B1B1B1. Windows color (decimal): -1210883 or 16614893. OLE color: 16614893.

HSL color Cylindrical-coordinate representation of color #ED85FD: hue angle of 292º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED85FD is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237133253-
CMYK0.060.4700.01
HSL292º96.77%75.69%-
HSV(B)292º47.43%99.22%-
XYZ61.0441.8797.79-
YUV177.78170.46170.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 133 (52.34% from 255) = 21.35%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=38.04%
G=21.35%
B=40.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371332530.060.4700.0129296.7775.69
HexED85FD62F01124614c
Octal35520537565701444141114
Binary1110110110000101111111011101011110110010010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED85FD; }

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

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

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

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

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

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

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

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