#ED6FF4

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

Shades of Violet #ED6FF4

Tints of Violet #ED6FF4

Color information

#ED6FF4 (or 0xED6FF4) is unknown color: approx Violet. HEX triplet: ED, 6F and F4. RGB value is (237,111,244). Sum of RGB (Red+Green+Blue) = 237+111+244=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 111 (43.75% from 255 or 18.75% from 592); Blue value is 244 (95.70% from 255 or 41.22% from 592); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED6FF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6FF4 is #12900B. Grayscale: #A3A3A3. Windows color (decimal): -1216524 or 16019437. OLE color: 16019437.

HSL color Cylindrical-coordinate representation of color #ED6FF4: hue angle of 296.84º degrees, saturation: 0.86, 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 #ED6FF4 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237111244-
CMYK0.030.5500.04
HSL296.84º85.81%69.61%-
HSV(B)296.84º54.51%95.69%-
XYZ56.9435.9189.52-
YUV163.84173.24180.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 111 (43.75% from 255) = 18.75%
BLUE value IS 244 (95.70% from 255) = 41.22%
R=40.03%
G=18.75%
B=41.22%

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
Decimal2371112440.030.5500.04296.8485.8169.61
HexED6FF4337041295646
Octal35515736436704451126106
Binary1110110111011111111010011110111010010010100110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6FF4; }

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

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

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

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

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

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

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

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