Html Css Color HEX #E08DEB Violet

📋 copy color: '#E08DEB'

red 224 ◦ green 141 ◦ blue 235

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

Shades of Violet #E08DEB

Tints of Violet #E08DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.5%

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

R = 37.33%
G = 23.5%
B = 39.17%

CMYK

 C value IS 0.05

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E08DEB (or 0xE08DEB) is known color: Violet. HEX triplet: E0, 8D and EB. RGB value is (224,141,235). Sum of RGB (Red+Green+Blue) = 224+141+235=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #E08DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08DEB is #1F7214. Grayscale: #B0B0B0. Windows color (decimal): -2060821 or 15437280. OLE color: 15437280.

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

Color convert

RGB 224 141 235 -
CMYK 0.05 0.4 0 0.08
HSL 292.98º 0.7% 0.74% -
HSV(B) 292.98º 0.4% 0.92% -
XYZ 55.26 40.9 83.58 -
YUV 176.53 161 161.86 -
System Red Green Blue C M Y K H S L
Decimal 224 141 235 0.05 0.4 0 0.08 292.98 0.7 0.74
Hex E0 8D EB 5 28 0 8 125 46 4A
Octal 340 215 353 5 50 0 10 445 106 112
Binary 11100000 10001101 11101011 101 101000 0 1000 100100101 1000110 1001010

Color Harmonies of #E08DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08DEB

Black with #E08DEB

Text Example


Text Example

White with #E08DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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