Html Css Color HEX #E085EB Violet

📋 copy color: '#E085EB'

red 224 ◦ green 133 ◦ blue 235

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

Shades of Violet #E085EB

Tints of Violet #E085EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.7%

R = 37.84%
G = 22.47%
B = 39.7%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E085EB (or 0xE085EB) is known color: Violet. HEX triplet: E0, 85 and EB. RGB value is (224,133,235). Sum of RGB (Red+Green+Blue) = 224+133+235=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #E085EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E085EB is #1F7A14. Grayscale: #ABABAB. Windows color (decimal): -2062869 or 15435232. OLE color: 15435232.

HSL color Cylindrical-coordinate representation of color #E085EB: hue angle of 293.53º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E085EB is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 133 235 -
CMYK 0.05 0.43 0 0.08
HSL 293.53º 0.72% 0.72% -
HSV(B) 293.53º 0.43% 0.92% -
XYZ 54.12 38.62 83.2 -
YUV 171.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 224 133 235 0.05 0.43 0 0.08 293.53 0.72 0.72
Hex E0 85 EB 5 2B 0 8 126 48 48
Octal 340 205 353 5 53 0 10 446 110 110
Binary 11100000 10000101 11101011 101 101011 0 1000 100100110 1001000 1001000

Color Harmonies of #E085EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085EB

Black with #E085EB

Text Example


Text Example

White with #E085EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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