Html Css Color HEX #E086DD Violet

📋 copy color: '#E086DD'

red 224 ◦ green 134 ◦ blue 221

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

Shades of Violet #E086DD

Tints of Violet #E086DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 38.69%
G = 23.14%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E086DD (or 0xE086DD) is known color: Violet. HEX triplet: E0, 86 and DD. RGB value is (224,134,221). Sum of RGB (Red+Green+Blue) = 224+134+221=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E086DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086DD is #1F7922. Grayscale: #AAAAAA. Windows color (decimal): -2062627 or 14517984. OLE color: 14517984.

HSL color Cylindrical-coordinate representation of color #E086DD: hue angle of 302º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E086DD is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 221 -
CMYK 0 0.40 0.01 0.12
HSL 302º 0.59% 0.7% -
HSV(B) 302º 0.4% 0.88% -
XYZ 52.32 38.12 73.01 -
YUV 170.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 224 134 221 0 0.40 0.01 0.12 302 0.59 0.7
Hex E0 86 DD 0 28 1 C 12E 3B 46
Octal 340 206 335 0 50 1 14 456 73 106
Binary 11100000 10000110 11011101 0 101000 1 1100 100101110 111011 1000110

Color Harmonies of #E086DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086DD

Black with #E086DD

Text Example


Text Example

White with #E086DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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