Html Css Color HEX #E086E5 Violet

📋 copy color: '#E086E5'

red 224 ◦ green 134 ◦ blue 229

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

Shades of Violet #E086E5

Tints of Violet #E086E5

RGB

 RED value IS 224 (87.89% from 255) = 38.16%

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

 BLUE value IS 229 (89.84% from 255) = 39.01%

R = 38.16%
G = 22.83%
B = 39.01%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E086E5 (or 0xE086E5) is known color: Violet. HEX triplet: E0, 86 and E5. RGB value is (224,134,229). Sum of RGB (Red+Green+Blue) = 224+134+229=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #E086E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086E5 is #1F791A. Grayscale: #ABABAB. Windows color (decimal): -2062619 or 15042272. OLE color: 15042272.

HSL color Cylindrical-coordinate representation of color #E086E5: hue angle of 296.84º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E086E5 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 134 229 -
CMYK 0.02 0.41 0 0.10
HSL 296.84º 0.65% 0.71% -
HSV(B) 296.84º 0.41% 0.9% -
XYZ 53.41 38.55 78.76 -
YUV 171.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 224 134 229 0.02 0.41 0 0.10 296.84 0.65 0.71
Hex E0 86 E5 2 29 0 A 129 41 47
Octal 340 206 345 2 51 0 12 451 101 107
Binary 11100000 10000110 11100101 10 101001 0 1010 100101001 1000001 1000111

Color Harmonies of #E086E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086E5

Black with #E086E5

Text Example


Text Example

White with #E086E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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