Html Css Color HEX #E081E5 Violet

📋 copy color: '#E081E5'

red 224 ◦ green 129 ◦ blue 229

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

Shades of Violet #E081E5

Tints of Violet #E081E5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.16%

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

R = 38.49%
G = 22.16%
B = 39.35%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E081E5 (or 0xE081E5) is known color: Violet. HEX triplet: E0, 81 and E5. RGB value is (224,129,229). Sum of RGB (Red+Green+Blue) = 224+129+229=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #E081E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081E5 is #1F7E1A. Grayscale: #A8A8A8. Windows color (decimal): -2063899 or 15040992. OLE color: 15040992.

HSL color Cylindrical-coordinate representation of color #E081E5: hue angle of 297º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E081E5 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 129 229 -
CMYK 0.02 0.44 0 0.10
HSL 297º 0.66% 0.7% -
HSV(B) 297º 0.44% 0.9% -
XYZ 52.73 37.2 78.53 -
YUV 168.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 224 129 229 0.02 0.44 0 0.10 297 0.66 0.7
Hex E0 81 E5 2 2C 0 A 129 42 46
Octal 340 201 345 2 54 0 12 451 102 106
Binary 11100000 10000001 11100101 10 101100 0 1010 100101001 1000010 1000110

Color Harmonies of #E081E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081E5

Black with #E081E5

Text Example


Text Example

White with #E081E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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