Html Css Color HEX #EE94FE Violet

📋 copy color: '#EE94FE'

red 238 ◦ green 148 ◦ blue 254

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

Shades of Violet #EE94FE

Tints of Violet #EE94FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.13%

 BLUE value IS 254 (99.61% from 255) = 39.69%

R = 37.19%
G = 23.13%
B = 39.69%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE94FE (or 0xEE94FE) is known color: Violet. HEX triplet: EE, 94 and FE. RGB value is (238,148,254). Sum of RGB (Red+Green+Blue) = 238+148+254=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 148 (58.20% from 255 or 23.12% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE94FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE94FE is #116B01. Grayscale: #BABABA. Windows color (decimal): -1141506 or 16684270. OLE color: 16684270.

HSL color Cylindrical-coordinate representation of color #EE94FE: hue angle of 290.94º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE94FE is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 148 254 -
CMYK 0.06 0.42 0 0.00
HSL 290.94º 0.98% 0.79% -
HSV(B) 290.94º 0.42% 1% -
XYZ 63.74 46.51 99.38 -
YUV 186.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 238 148 254 0.06 0.42 0 0.00 290.94 0.98 0.79
Hex EE 94 FE 6 2A 0 0 123 62 4F
Octal 356 224 376 6 52 0 0 443 142 117
Binary 11101110 10010100 11111110 110 101010 0 0 100100011 1100010 1001111

Color Harmonies of #EE94FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE94FE

Black with #EE94FE

Text Example


Text Example

White with #EE94FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE94FE; }

 p { color: rgb(238,148,254); }

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

background-color css

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

 a { background-color: rgb(238,148,254); }

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

border-color css

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

 span { border-color: rgb(238,148,254); }

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