Html Css Color HEX #E085ED Violet

📋 copy color: '#E085ED'

red 224 ◦ green 133 ◦ blue 237

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

Shades of Violet #E085ED

Tints of Violet #E085ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.9%

R = 37.71%
G = 22.39%
B = 39.9%

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

#E085ED (or 0xE085ED) is known color: Violet. HEX triplet: E0, 85 and ED. RGB value is (224,133,237). Sum of RGB (Red+Green+Blue) = 224+133+237=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #E085ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085ED is #1F7A12. Grayscale: #ABABAB. Windows color (decimal): -2062867 or 15566304. OLE color: 15566304.

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

Color convert

RGB 224 133 237 -
CMYK 0.05 0.44 0 0.07
HSL 292.5º 0.74% 0.73% -
HSV(B) 292.5º 0.44% 0.93% -
XYZ 54.41 38.74 84.73 -
YUV 172.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 224 133 237 0.05 0.44 0 0.07 292.5 0.74 0.73
Hex E0 85 ED 5 2C 0 7 124 4A 49
Octal 340 205 355 5 54 0 7 444 112 111
Binary 11100000 10000101 11101101 101 101100 0 111 100100100 1001010 1001001

Color Harmonies of #E085ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085ED

Black with #E085ED

Text Example


Text Example

White with #E085ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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