Html Css Color HEX #E085EE Violet

📋 copy color: '#E085EE'

red 224 ◦ green 133 ◦ blue 238

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

Shades of Violet #E085EE

Tints of Violet #E085EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40%

R = 37.65%
G = 22.35%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E085EE (or 0xE085EE) is known color: Violet. HEX triplet: E0, 85 and EE. RGB value is (224,133,238). Sum of RGB (Red+Green+Blue) = 224+133+238=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #E085EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085EE is #1F7A11. Grayscale: #ABABAB. Windows color (decimal): -2062866 or 15631840. OLE color: 15631840.

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

Color convert

RGB 224 133 238 -
CMYK 0.06 0.44 0 0.07
HSL 292º 0.76% 0.73% -
HSV(B) 292º 0.44% 0.93% -
XYZ 54.56 38.8 85.5 -
YUV 172.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 224 133 238 0.06 0.44 0 0.07 292 0.76 0.73
Hex E0 85 EE 6 2C 0 7 124 4C 49
Octal 340 205 356 6 54 0 7 444 114 111
Binary 11100000 10000101 11101110 110 101100 0 111 100100100 1001100 1001001

Color Harmonies of #E085EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085EE

Black with #E085EE

Text Example


Text Example

White with #E085EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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