Html Css Color HEX #E490FA Violet

📋 copy color: '#E490FA'

red 228 ◦ green 144 ◦ blue 250

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

Shades of Violet #E490FA

Tints of Violet #E490FA

RGB

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

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

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

R = 36.66%
G = 23.15%
B = 40.19%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E490FA (or 0xE490FA) is known color: Violet. HEX triplet: E4, 90 and FA. RGB value is (228,144,250). Sum of RGB (Red+Green+Blue) = 228+144+250=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #E490FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E490FA is #1B6F05. Grayscale: #B4B4B4. Windows color (decimal): -1797894 or 16421092. OLE color: 16421092.

HSL color Cylindrical-coordinate representation of color #E490FA: hue angle of 287.55º 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 #E490FA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 144 250 -
CMYK 0.09 0.42 0 0.02
HSL 287.55º 0.91% 0.77% -
HSV(B) 287.55º 0.42% 0.98% -
XYZ 59.22 43.34 95.69 -
YUV 181.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 228 144 250 0.09 0.42 0 0.02 287.55 0.91 0.77
Hex E4 90 FA 9 2A 0 2 120 5B 4D
Octal 344 220 372 11 52 0 2 440 133 115
Binary 11100100 10010000 11111010 1001 101010 0 10 100100000 1011011 1001101

Color Harmonies of #E490FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E490FA

Black with #E490FA

Text Example


Text Example

White with #E490FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E490FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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