Html Css Color HEX #E990FA Violet

📋 copy color: '#E990FA'

red 233 ◦ green 144 ◦ blue 250

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

Shades of Violet #E990FA

Tints of Violet #E990FA

RGB

 RED value IS 233 (91.41% from 255) = 37.16%

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

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

R = 37.16%
G = 22.97%
B = 39.87%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E990FA (or 0xE990FA) is known color: Violet. HEX triplet: E9, 90 and FA. RGB value is (233,144,250). Sum of RGB (Red+Green+Blue) = 233+144+250=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 144 (56.64% from 255 or 22.97% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #E990FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E990FA is #166F05. Grayscale: #B6B6B6. Windows color (decimal): -1470214 or 16421097. OLE color: 16421097.

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

Color convert

RGB 233 144 250 -
CMYK 0.07 0.42 0 0.02
HSL 290.38º 0.91% 0.77% -
HSV(B) 290.38º 0.42% 0.98% -
XYZ 60.83 44.17 95.76 -
YUV 182.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 233 144 250 0.07 0.42 0 0.02 290.38 0.91 0.77
Hex E9 90 FA 7 2A 0 2 122 5B 4D
Octal 351 220 372 7 52 0 2 442 133 115
Binary 11101001 10010000 11111010 111 101010 0 10 100100010 1011011 1001101

Color Harmonies of #E990FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E990FA

Black with #E990FA

Text Example


Text Example

White with #E990FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E990FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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