Html Css Color HEX #EE90FA Violet

📋 copy color: '#EE90FA'

red 238 ◦ green 144 ◦ blue 250

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

Shades of Violet #EE90FA

Tints of Violet #EE90FA

RGB

 RED value IS 238 (93.36% from 255) = 37.66%

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

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

R = 37.66%
G = 22.78%
B = 39.56%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE90FA (or 0xEE90FA) is known color: Violet. HEX triplet: EE, 90 and FA. RGB value is (238,144,250). Sum of RGB (Red+Green+Blue) = 238+144+250=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 144 (56.64% from 255 or 22.78% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE90FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE90FA is #116F05. Grayscale: #B7B7B7. Windows color (decimal): -1142534 or 16421102. OLE color: 16421102.

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

Color convert

RGB 238 144 250 -
CMYK 0.05 0.42 0 0.02
HSL 293.21º 0.91% 0.77% -
HSV(B) 293.21º 0.42% 0.98% -
XYZ 62.49 45.03 95.84 -
YUV 184.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 238 144 250 0.05 0.42 0 0.02 293.21 0.91 0.77
Hex EE 90 FA 5 2A 0 2 125 5B 4D
Octal 356 220 372 5 52 0 2 445 133 115
Binary 11101110 10010000 11111010 101 101010 0 10 100100101 1011011 1001101

Color Harmonies of #EE90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE90FA

Black with #EE90FA

Text Example


Text Example

White with #EE90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE90FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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