Html Css Color HEX #E085EC Violet

📋 copy color: '#E085EC'

red 224 ◦ green 133 ◦ blue 236

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

Shades of Violet #E085EC

Tints of Violet #E085EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.8%

R = 37.77%
G = 22.43%
B = 39.8%

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

#E085EC (or 0xE085EC) is known color: Violet. HEX triplet: E0, 85 and EC. RGB value is (224,133,236). Sum of RGB (Red+Green+Blue) = 224+133+236=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #E085EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085EC is #1F7A13. Grayscale: #ABABAB. Windows color (decimal): -2062868 or 15500768. OLE color: 15500768.

HSL color Cylindrical-coordinate representation of color #E085EC: hue angle of 293.01º degrees, saturation: 0.73, 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 #E085EC is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 133 236 -
CMYK 0.05 0.44 0 0.07
HSL 293.01º 0.73% 0.72% -
HSV(B) 293.01º 0.44% 0.93% -
XYZ 54.27 38.68 83.96 -
YUV 171.95 164.15 165.12 -
System Red Green Blue C M Y K H S L
Decimal 224 133 236 0.05 0.44 0 0.07 293.01 0.73 0.72
Hex E0 85 EC 5 2C 0 7 125 49 48
Octal 340 205 354 5 54 0 7 445 111 110
Binary 11100000 10000101 11101100 101 101100 0 111 100100101 1001001 1001000

Color Harmonies of #E085EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085EC

Black with #E085EC

Text Example


Text Example

White with #E085EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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