Html Css Color HEX #E482F1 Violet

📋 copy color: '#E482F1'

red 228 ◦ green 130 ◦ blue 241

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

Shades of Violet #E482F1

Tints of Violet #E482F1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.7%

 BLUE value IS 241 (94.53% from 255) = 40.23%

R = 38.06%
G = 21.7%
B = 40.23%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E482F1 (or 0xE482F1) is known color: Violet. HEX triplet: E4, 82 and F1. RGB value is (228,130,241). Sum of RGB (Red+Green+Blue) = 228+130+241=599 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.06% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #E482F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482F1 is #1B7D0E. Grayscale: #ABABAB. Windows color (decimal): -1801487 or 15827684. OLE color: 15827684.

HSL color Cylindrical-coordinate representation of color #E482F1: hue angle of 292.97º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E482F1 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 130 241 -
CMYK 0.05 0.46 0 0.05
HSL 292.97º 0.8% 0.73% -
HSV(B) 292.97º 0.46% 0.95% -
XYZ 55.85 38.81 87.77 -
YUV 171.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 228 130 241 0.05 0.46 0 0.05 292.97 0.8 0.73
Hex E4 82 F1 5 2E 0 5 125 50 49
Octal 344 202 361 5 56 0 5 445 120 111
Binary 11100100 10000010 11110001 101 101110 0 101 100100101 1010000 1001001

Color Harmonies of #E482F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482F1

Black with #E482F1

Text Example


Text Example

White with #E482F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482F1; }

 p { color: rgb(228,130,241); }

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

background-color css

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

 a { background-color: rgb(228,130,241); }

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

border-color css

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

 span { border-color: rgb(228,130,241); }

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