Html Css Color HEX #E586F0 Violet

📋 copy color: '#E586F0'

red 229 ◦ green 134 ◦ blue 240

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

Shades of Violet #E586F0

Tints of Violet #E586F0

RGB

 RED value IS 229 (89.84% from 255) = 37.98%

 GREEN value IS 134 (52.73% from 255) = 22.22%

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

R = 37.98%
G = 22.22%
B = 39.8%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E586F0 (or 0xE586F0) is known color: Violet. HEX triplet: E5, 86 and F0. RGB value is (229,134,240). Sum of RGB (Red+Green+Blue) = 229+134+240=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #E586F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E586F0 is #1A790F. Grayscale: #AEAEAE. Windows color (decimal): -1734928 or 15763173. OLE color: 15763173.

HSL color Cylindrical-coordinate representation of color #E586F0: hue angle of 293.77º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E586F0 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 134 240 -
CMYK 0.05 0.44 0 0.06
HSL 293.77º 0.78% 0.73% -
HSV(B) 293.77º 0.44% 0.94% -
XYZ 56.57 40 87.18 -
YUV 174.49 164.97 166.88 -
System Red Green Blue C M Y K H S L
Decimal 229 134 240 0.05 0.44 0 0.06 293.77 0.78 0.73
Hex E5 86 F0 5 2C 0 6 126 4E 49
Octal 345 206 360 5 54 0 6 446 116 111
Binary 11100101 10000110 11110000 101 101100 0 110 100100110 1001110 1001001

Color Harmonies of #E586F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E586F0

Black with #E586F0

Text Example


Text Example

White with #E586F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E586F0; }

 p { color: rgb(229,134,240); }

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

background-color css

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

 a { background-color: rgb(229,134,240); }

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

border-color css

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

 span { border-color: rgb(229,134,240); }

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