Html Css Color HEX #E084E6 Violet

📋 copy color: '#E084E6'

red 224 ◦ green 132 ◦ blue 230

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

Shades of Violet #E084E6

Tints of Violet #E084E6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.53%

 BLUE value IS 230 (90.23% from 255) = 39.25%

R = 38.23%
G = 22.53%
B = 39.25%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E084E6 (or 0xE084E6) is known color: Violet. HEX triplet: E0, 84 and E6. RGB value is (224,132,230). Sum of RGB (Red+Green+Blue) = 224+132+230=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #E084E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E084E6 is #1F7B19. Grayscale: #AAAAAA. Windows color (decimal): -2063130 or 15107296. OLE color: 15107296.

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

Color convert

RGB 224 132 230 -
CMYK 0.03 0.43 0 0.10
HSL 296.33º 0.66% 0.71% -
HSV(B) 296.33º 0.43% 0.9% -
XYZ 53.27 38.06 79.4 -
YUV 170.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 224 132 230 0.03 0.43 0 0.10 296.33 0.66 0.71
Hex E0 84 E6 3 2B 0 A 128 42 47
Octal 340 204 346 3 53 0 12 450 102 107
Binary 11100000 10000100 11100110 11 101011 0 1010 100101000 1000010 1000111

Color Harmonies of #E084E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E084E6

Black with #E084E6

Text Example


Text Example

White with #E084E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E084E6; }

 p { color: rgb(224,132,230); }

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

background-color css

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

 a { background-color: rgb(224,132,230); }

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

border-color css

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

 span { border-color: rgb(224,132,230); }

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