Html Css Color HEX #E482F6 Violet

📋 copy color: '#E482F6'

red 228 ◦ green 130 ◦ blue 246

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

Shades of Violet #E482F6

Tints of Violet #E482F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.73%

R = 37.75%
G = 21.52%
B = 40.73%

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

#E482F6 (or 0xE482F6) is known color: Violet. HEX triplet: E4, 82 and F6. RGB value is (228,130,246). Sum of RGB (Red+Green+Blue) = 228+130+246=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 130 (51.17% from 255 or 21.52% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #E482F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482F6 is #1B7D09. Grayscale: #ACACAC. Windows color (decimal): -1801482 or 16155364. OLE color: 16155364.

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

Color convert

RGB 228 130 246 -
CMYK 0.07 0.47 0 0.04
HSL 290.69º 0.87% 0.74% -
HSV(B) 290.69º 0.47% 0.96% -
XYZ 56.61 39.11 91.75 -
YUV 172.53 169.47 167.57 -
System Red Green Blue C M Y K H S L
Decimal 228 130 246 0.07 0.47 0 0.04 290.69 0.87 0.74
Hex E4 82 F6 7 2F 0 4 123 57 4A
Octal 344 202 366 7 57 0 4 443 127 112
Binary 11100100 10000010 11110110 111 101111 0 100 100100011 1010111 1001010

Color Harmonies of #E482F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482F6

Black with #E482F6

Text Example


Text Example

White with #E482F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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