Html Css Color HEX #E08CEE Violet

📋 copy color: '#E08CEE'

red 224 ◦ green 140 ◦ blue 238

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

Shades of Violet #E08CEE

Tints of Violet #E08CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.26%

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

R = 37.21%
G = 23.26%
B = 39.53%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E08CEE (or 0xE08CEE) is known color: Violet. HEX triplet: E0, 8C and EE. RGB value is (224,140,238). Sum of RGB (Red+Green+Blue) = 224+140+238=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #E08CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08CEE is #1F7311. Grayscale: #AFAFAF. Windows color (decimal): -2061074 or 15633632. OLE color: 15633632.

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

Color convert

RGB 224 140 238 -
CMYK 0.06 0.41 0 0.07
HSL 291.43º 0.74% 0.74% -
HSV(B) 291.43º 0.41% 0.93% -
XYZ 55.55 40.78 85.83 -
YUV 176.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 224 140 238 0.06 0.41 0 0.07 291.43 0.74 0.74
Hex E0 8C EE 6 29 0 7 123 4A 4A
Octal 340 214 356 6 51 0 7 443 112 112
Binary 11100000 10001100 11101110 110 101001 0 111 100100011 1001010 1001010

Color Harmonies of #E08CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CEE

Black with #E08CEE

Text Example


Text Example

White with #E08CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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