Html Css Color HEX #E08AE5 Violet

📋 copy color: '#E08AE5'

red 224 ◦ green 138 ◦ blue 229

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

Shades of Violet #E08AE5

Tints of Violet #E08AE5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.35%

 BLUE value IS 229 (89.84% from 255) = 38.75%

R = 37.9%
G = 23.35%
B = 38.75%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E08AE5 (or 0xE08AE5) is known color: Violet. HEX triplet: E0, 8A and E5. RGB value is (224,138,229). Sum of RGB (Red+Green+Blue) = 224+138+229=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #E08AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08AE5 is #1F751A. Grayscale: #ADADAD. Windows color (decimal): -2061595 or 15043296. OLE color: 15043296.

HSL color Cylindrical-coordinate representation of color #E08AE5: hue angle of 296.7º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E08AE5 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 138 229 -
CMYK 0.02 0.40 0 0.10
HSL 296.7º 0.64% 0.72% -
HSV(B) 296.7º 0.4% 0.9% -
XYZ 53.97 39.68 78.94 -
YUV 174.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 224 138 229 0.02 0.40 0 0.10 296.7 0.64 0.72
Hex E0 8A E5 2 28 0 A 129 40 48
Octal 340 212 345 2 50 0 12 451 100 110
Binary 11100000 10001010 11100101 10 101000 0 1010 100101001 1000000 1001000

Color Harmonies of #E08AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08AE5

Black with #E08AE5

Text Example


Text Example

White with #E08AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08AE5; }

 p { color: rgb(224,138,229); }

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

background-color css

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

 a { background-color: rgb(224,138,229); }

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

border-color css

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

 span { border-color: rgb(224,138,229); }

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