Html Css Color HEX #EE9DFA Violet

📋 copy color: '#EE9DFA'

red 238 ◦ green 157 ◦ blue 250

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

Shades of Violet #EE9DFA

Tints of Violet #EE9DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.34%

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

R = 36.9%
G = 24.34%
B = 38.76%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE9DFA (or 0xEE9DFA) is known color: Violet. HEX triplet: EE, 9D and FA. RGB value is (238,157,250). Sum of RGB (Red+Green+Blue) = 238+157+250=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 157 (61.72% from 255 or 24.34% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE9DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9DFA is #116205. Grayscale: #BFBFBF. Windows color (decimal): -1139206 or 16424430. OLE color: 16424430.

HSL color Cylindrical-coordinate representation of color #EE9DFA: hue angle of 292.26º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE9DFA is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 157 250 -
CMYK 0.05 0.37 0 0.02
HSL 292.26º 0.9% 0.8% -
HSV(B) 292.26º 0.37% 0.98% -
XYZ 64.57 49.19 96.53 -
YUV 191.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 238 157 250 0.05 0.37 0 0.02 292.26 0.9 0.8
Hex EE 9D FA 5 25 0 2 124 5A 50
Octal 356 235 372 5 45 0 2 444 132 120
Binary 11101110 10011101 11111010 101 100101 0 10 100100100 1011010 1010000

Color Harmonies of #EE9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9DFA

Black with #EE9DFA

Text Example


Text Example

White with #EE9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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