Html Css Color HEX #E290FA Violet

📋 copy color: '#E290FA'

red 226 ◦ green 144 ◦ blue 250

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

Shades of Violet #E290FA

Tints of Violet #E290FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.32%

R = 36.45%
G = 23.23%
B = 40.32%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E290FA (or 0xE290FA) is known color: Violet. HEX triplet: E2, 90 and FA. RGB value is (226,144,250). Sum of RGB (Red+Green+Blue) = 226+144+250=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #E290FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290FA is #1D6F05. Grayscale: #B4B4B4. Windows color (decimal): -1928966 or 16421090. OLE color: 16421090.

HSL color Cylindrical-coordinate representation of color #E290FA: hue angle of 286.42º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E290FA is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 144 250 -
CMYK 0.10 0.42 0 0.02
HSL 286.42º 0.91% 0.77% -
HSV(B) 286.42º 0.42% 0.98% -
XYZ 58.59 43.02 95.66 -
YUV 180.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 226 144 250 0.10 0.42 0 0.02 286.42 0.91 0.77
Hex E2 90 FA A 2A 0 2 11E 5B 4D
Octal 342 220 372 12 52 0 2 436 133 115
Binary 11100010 10010000 11111010 1010 101010 0 10 100011110 1011011 1001101

Color Harmonies of #E290FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E290FA

Black with #E290FA

Text Example


Text Example

White with #E290FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E290FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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