Html Css Color HEX #E381EA Violet

📋 copy color: '#E381EA'

red 227 ◦ green 129 ◦ blue 234

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

Shades of Violet #E381EA

Tints of Violet #E381EA

RGB

 RED value IS 227 (89.06% from 255) = 38.47%

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

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 38.47%
G = 21.86%
B = 39.66%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E381EA (or 0xE381EA) is known color: Violet. HEX triplet: E3, 81 and EA. RGB value is (227,129,234). Sum of RGB (Red+Green+Blue) = 227+129+234=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #E381EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381EA is #1C7E15. Grayscale: #A9A9A9. Windows color (decimal): -1867286 or 15368675. OLE color: 15368675.

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

Color convert

RGB 227 129 234 -
CMYK 0.03 0.45 0 0.08
HSL 296º 0.71% 0.71% -
HSV(B) 296º 0.45% 0.92% -
XYZ 54.38 37.97 82.31 -
YUV 170.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 227 129 234 0.03 0.45 0 0.08 296 0.71 0.71
Hex E3 81 EA 3 2D 0 8 128 47 47
Octal 343 201 352 3 55 0 10 450 107 107
Binary 11100011 10000001 11101010 11 101101 0 1000 100101000 1000111 1000111

Color Harmonies of #E381EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E381EA

Black with #E381EA

Text Example


Text Example

White with #E381EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E381EA; }

 p { color: rgb(227,129,234); }

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

background-color css

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

 a { background-color: rgb(227,129,234); }

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

border-color css

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

 span { border-color: rgb(227,129,234); }

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