Html Css Color HEX #E290F5 Violet

📋 copy color: '#E290F5'

red 226 ◦ green 144 ◦ blue 245

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

Shades of Violet #E290F5

Tints of Violet #E290F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.84%

R = 36.75%
G = 23.41%
B = 39.84%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E290F5 (or 0xE290F5) is known color: Violet. HEX triplet: E2, 90 and F5. RGB value is (226,144,245). Sum of RGB (Red+Green+Blue) = 226+144+245=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 245 (96.09% from 255 or 39.84% from 615); Max value from RGB is 245 - color contains mainly: blue. Hex color #E290F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290F5 is #1D6F0A. Grayscale: #B3B3B3. Windows color (decimal): -1928971 or 16093410. OLE color: 16093410.

HSL color Cylindrical-coordinate representation of color #E290F5: hue angle of 288.71º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E290F5 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 144 245 -
CMYK 0.08 0.41 0 0.04
HSL 288.71º 0.83% 0.76% -
HSV(B) 288.71º 0.41% 0.96% -
XYZ 57.82 42.71 91.58 -
YUV 180.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 226 144 245 0.08 0.41 0 0.04 288.71 0.83 0.76
Hex E2 90 F5 8 29 0 4 121 53 4C
Octal 342 220 365 10 51 0 4 441 123 114
Binary 11100010 10010000 11110101 1000 101001 0 100 100100001 1010011 1001100

Color Harmonies of #E290F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E290F5

Black with #E290F5

Text Example


Text Example

White with #E290F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E290F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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