Html Css Color HEX #E085DE Violet

📋 copy color: '#E085DE'

red 224 ◦ green 133 ◦ blue 222

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

Shades of Violet #E085DE

Tints of Violet #E085DE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.97%

 BLUE value IS 222 (87.11% from 255) = 38.34%

R = 38.69%
G = 22.97%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E085DE (or 0xE085DE) is known color: Violet. HEX triplet: E0, 85 and DE. RGB value is (224,133,222). Sum of RGB (Red+Green+Blue) = 224+133+222=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E085DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085DE is #1F7A21. Grayscale: #AAAAAA. Windows color (decimal): -2062882 or 14583264. OLE color: 14583264.

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

Color convert

RGB 224 133 222 -
CMYK 0 0.41 0.01 0.12
HSL 301.32º 0.59% 0.7% -
HSV(B) 301.32º 0.41% 0.88% -
XYZ 52.31 37.9 73.66 -
YUV 170.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 224 133 222 0 0.41 0.01 0.12 301.32 0.59 0.7
Hex E0 85 DE 0 29 1 C 12D 3B 46
Octal 340 205 336 0 51 1 14 455 73 106
Binary 11100000 10000101 11011110 0 101001 1 1100 100101101 111011 1000110

Color Harmonies of #E085DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085DE

Black with #E085DE

Text Example


Text Example

White with #E085DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085DE; }

 p { color: rgb(224,133,222); }

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

background-color css

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

 a { background-color: rgb(224,133,222); }

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

border-color css

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

 span { border-color: rgb(224,133,222); }

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