#ED6FF5

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

Shades of Violet #ED6FF5

Tints of Violet #ED6FF5

Color information

#ED6FF5 (or 0xED6FF5) is unknown color: approx Violet. HEX triplet: ED, 6F and F5. RGB value is (237,111,245). Sum of RGB (Red+Green+Blue) = 237+111+245=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 111 (43.75% from 255 or 18.72% from 593); Blue value is 245 (96.09% from 255 or 41.32% from 593); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED6FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6FF5 is #12900A. Grayscale: #A3A3A3. Windows color (decimal): -1216523 or 16084973. OLE color: 16084973.

HSL color Cylindrical-coordinate representation of color #ED6FF5: hue angle of 296.42º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6FF5 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237111245-
CMYK0.030.5500.04
HSL296.42º87.01%69.8%-
HSV(B)296.42º54.69%96.08%-
XYZ57.0935.9790.32-
YUV163.95173.74180.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 111 (43.75% from 255) = 18.72%
BLUE value IS 245 (96.09% from 255) = 41.32%
R=39.97%
G=18.72%
B=41.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371112450.030.5500.04296.4287.0169.8
HexED6FF5337041285746
Octal35515736536704450127106
Binary1110110111011111111010111110111010010010100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6FF5; }

 p { color: rgb(237,111,245); }

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

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

 a { background-color: rgb(237,111,245); }

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

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

 span { border-color: rgb(237,111,245); }

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