Html Css Color HEX #ED6DF0 Violet

📋 copy color: '#ED6DF0'

red 237 ◦ green 109 ◦ blue 240

#ED6DF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #ED6DF0

Tints of Violet #ED6DF0

RGB

 RED value IS 237 (92.97% from 255) = 40.44%

 GREEN value IS 109 (42.97% from 255) = 18.6%

 BLUE value IS 240 (94.14% from 255) = 40.96%

R = 40.44%
G = 18.6%
B = 40.96%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED6DF0 (or 0xED6DF0) is known color: Violet. HEX triplet: ED, 6D and F0. RGB value is (237,109,240). Sum of RGB (Red+Green+Blue) = 237+109+240=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 109 (42.97% from 255 or 18.60% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED6DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6DF0 is #12920F. Grayscale: #A1A1A1. Windows color (decimal): -1217040 or 15756781. OLE color: 15756781.

HSL color Cylindrical-coordinate representation of color #ED6DF0: hue angle of 298.63º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6DF0 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 109 240 -
CMYK 0.01 0.55 0 0.06
HSL 298.63º 0.81% 0.68% -
HSV(B) 298.63º 0.55% 0.94% -
XYZ 56.12 35.23 86.28 -
YUV 162.21 171.91 181.35 -
System Red Green Blue C M Y K H S L
Decimal 237 109 240 0.01 0.55 0 0.06 298.63 0.81 0.68
Hex ED 6D F0 1 37 0 6 12B 51 44
Octal 355 155 360 1 67 0 6 453 121 104
Binary 11101101 1101101 11110000 1 110111 0 110 100101011 1010001 1000100

Color Harmonies of #ED6DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6DF0

Black with #ED6DF0

Text Example


Text Example

White with #ED6DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6DF0; }

 p { color: rgb(237,109,240); }

 H1.HeaderClassName
 {
   color: #ED6DF0;
 }
 .AnyTagClassName
 {
   color: #ED6DF0;
 }
</style>

background-color css

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

 a { background-color: rgb(237,109,240); }

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

border-color css

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

 span { border-color: rgb(237,109,240); }

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