Html Css Color HEX #E290F1 Violet

📋 copy color: '#E290F1'

red 226 ◦ green 144 ◦ blue 241

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

Shades of Violet #E290F1

Tints of Violet #E290F1

RGB

 RED value IS 226 (88.67% from 255) = 36.99%

 GREEN value IS 144 (56.64% from 255) = 23.57%

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

R = 36.99%
G = 23.57%
B = 39.44%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E290F1 (or 0xE290F1) is known color: Violet. HEX triplet: E2, 90 and F1. RGB value is (226,144,241). Sum of RGB (Red+Green+Blue) = 226+144+241=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #E290F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290F1 is #1D6F0E. Grayscale: #B3B3B3. Windows color (decimal): -1928975 or 15831266. OLE color: 15831266.

HSL color Cylindrical-coordinate representation of color #E290F1: hue angle of 290.72º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E290F1 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 144 241 -
CMYK 0.06 0.40 0 0.05
HSL 290.72º 0.78% 0.75% -
HSV(B) 290.72º 0.4% 0.95% -
XYZ 57.21 42.47 88.4 -
YUV 179.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 226 144 241 0.06 0.40 0 0.05 290.72 0.78 0.75
Hex E2 90 F1 6 28 0 5 123 4E 4B
Octal 342 220 361 6 50 0 5 443 116 113
Binary 11100010 10010000 11110001 110 101000 0 101 100100011 1001110 1001011

Color Harmonies of #E290F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E290F1

Black with #E290F1

Text Example


Text Example

White with #E290F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E290F1; }

 p { color: rgb(226,144,241); }

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

background-color css

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

 a { background-color: rgb(226,144,241); }

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

border-color css

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

 span { border-color: rgb(226,144,241); }

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