Html Css Color HEX #E085E9 Violet

📋 copy color: '#E085E9'

red 224 ◦ green 133 ◦ blue 233

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

Shades of Violet #E085E9

Tints of Violet #E085E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.49%

R = 37.97%
G = 22.54%
B = 39.49%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E085E9 (or 0xE085E9) is known color: Violet. HEX triplet: E0, 85 and E9. RGB value is (224,133,233). Sum of RGB (Red+Green+Blue) = 224+133+233=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #E085E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085E9 is #1F7A16. Grayscale: #ABABAB. Windows color (decimal): -2062871 or 15304160. OLE color: 15304160.

HSL color Cylindrical-coordinate representation of color #E085E9: hue angle of 294.6º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E085E9 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 133 233 -
CMYK 0.04 0.43 0 0.09
HSL 294.6º 0.69% 0.72% -
HSV(B) 294.6º 0.43% 0.91% -
XYZ 53.84 38.51 81.69 -
YUV 171.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 224 133 233 0.04 0.43 0 0.09 294.6 0.69 0.72
Hex E0 85 E9 4 2B 0 9 127 45 48
Octal 340 205 351 4 53 0 11 447 105 110
Binary 11100000 10000101 11101001 100 101011 0 1001 100100111 1000101 1001000

Color Harmonies of #E085E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085E9

Black with #E085E9

Text Example


Text Example

White with #E085E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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