Html Css Color HEX #E481F4 Violet

📋 copy color: '#E481F4'

red 228 ◦ green 129 ◦ blue 244

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

Shades of Violet #E481F4

Tints of Violet #E481F4

RGB

 RED value IS 228 (89.45% from 255) = 37.94%

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

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

R = 37.94%
G = 21.46%
B = 40.6%

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

#E481F4 (or 0xE481F4) is known color: Violet. HEX triplet: E4, 81 and F4. RGB value is (228,129,244). Sum of RGB (Red+Green+Blue) = 228+129+244=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #E481F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481F4 is #1B7E0B. Grayscale: #ABABAB. Windows color (decimal): -1801740 or 16024036. OLE color: 16024036.

HSL color Cylindrical-coordinate representation of color #E481F4: hue angle of 291.65º 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 #E481F4 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 228 129 244 -
CMYK 0.07 0.47 0 0.04
HSL 291.65º 0.84% 0.73% -
HSV(B) 291.65º 0.47% 0.96% -
XYZ 56.17 38.73 90.1 -
YUV 171.71 168.8 168.15 -
System Red Green Blue C M Y K H S L
Decimal 228 129 244 0.07 0.47 0 0.04 291.65 0.84 0.73
Hex E4 81 F4 7 2F 0 4 124 54 49
Octal 344 201 364 7 57 0 4 444 124 111
Binary 11100100 10000001 11110100 111 101111 0 100 100100100 1010100 1001001

Color Harmonies of #E481F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E481F4

Black with #E481F4

Text Example


Text Example

White with #E481F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E481F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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