Html Css Color HEX #E084ED Violet

📋 copy color: '#E084ED'

red 224 ◦ green 132 ◦ blue 237

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

Shades of Violet #E084ED

Tints of Violet #E084ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.97%

R = 37.77%
G = 22.26%
B = 39.97%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E084ED (or 0xE084ED) is known color: Violet. HEX triplet: E0, 84 and ED. RGB value is (224,132,237). Sum of RGB (Red+Green+Blue) = 224+132+237=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #E084ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E084ED is #1F7B12. Grayscale: #ABABAB. Windows color (decimal): -2063123 or 15566048. OLE color: 15566048.

HSL color Cylindrical-coordinate representation of color #E084ED: hue angle of 292.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E084ED is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 132 237 -
CMYK 0.05 0.44 0 0.07
HSL 292.57º 0.74% 0.72% -
HSV(B) 292.57º 0.44% 0.93% -
XYZ 54.28 38.46 84.68 -
YUV 171.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 224 132 237 0.05 0.44 0 0.07 292.57 0.74 0.72
Hex E0 84 ED 5 2C 0 7 125 4A 48
Octal 340 204 355 5 54 0 7 445 112 110
Binary 11100000 10000100 11101101 101 101100 0 111 100100101 1001010 1001000

Color Harmonies of #E084ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E084ED

Black with #E084ED

Text Example


Text Example

White with #E084ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E084ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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