Html Css Color HEX #E381F4 Violet

📋 copy color: '#E381F4'

red 227 ◦ green 129 ◦ blue 244

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

Shades of Violet #E381F4

Tints of Violet #E381F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.67%

R = 37.83%
G = 21.5%
B = 40.67%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E381F4 (or 0xE381F4) is known color: Violet. HEX triplet: E3, 81 and F4. RGB value is (227,129,244). Sum of RGB (Red+Green+Blue) = 227+129+244=600 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.83% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 244 - color contains mainly: blue. Hex color #E381F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381F4 is #1C7E0B. Grayscale: #ABABAB. Windows color (decimal): -1867276 or 16024035. OLE color: 16024035.

HSL color Cylindrical-coordinate representation of color #E381F4: hue angle of 291.13º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E381F4 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 227 129 244 -
CMYK 0.07 0.47 0 0.04
HSL 291.13º 0.84% 0.73% -
HSV(B) 291.13º 0.47% 0.96% -
XYZ 55.86 38.56 90.09 -
YUV 171.41 168.97 167.65 -
System Red Green Blue C M Y K H S L
Decimal 227 129 244 0.07 0.47 0 0.04 291.13 0.84 0.73
Hex E3 81 F4 7 2F 0 4 123 54 49
Octal 343 201 364 7 57 0 4 443 124 111
Binary 11100011 10000001 11110100 111 101111 0 100 100100011 1010100 1001001

Color Harmonies of #E381F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E381F4

Black with #E381F4

Text Example


Text Example

White with #E381F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E381F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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