Html Css Color HEX #EE94FF Violet

📋 copy color: '#EE94FF'

red 238 ◦ green 148 ◦ blue 255

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

Shades of Violet #EE94FF

Tints of Violet #EE94FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.78%

R = 37.13%
G = 23.09%
B = 39.78%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE94FF (or 0xEE94FF) is known color: Violet. HEX triplet: EE, 94 and FF. RGB value is (238,148,255). Sum of RGB (Red+Green+Blue) = 238+148+255=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 148 (58.20% from 255 or 23.09% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE94FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE94FF is #116B00. Grayscale: #BABABA. Windows color (decimal): -1141505 or 16749806. OLE color: 16749806.

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

Color convert

RGB 238 148 255 -
CMYK 0.07 0.42 0 0
HSL 290.47º 1% 0.79% -
HSV(B) 290.47º 0.42% 1% -
XYZ 63.9 46.58 100.23 -
YUV 187.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 238 148 255 0.07 0.42 0 0 290.47 1 0.79
Hex EE 94 FF 7 2A 0 0 122 64 4F
Octal 356 224 377 7 52 0 0 442 144 117
Binary 11101110 10010100 11111111 111 101010 0 0 100100010 1100100 1001111

Color Harmonies of #EE94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE94FF

Black with #EE94FF

Text Example


Text Example

White with #EE94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE94FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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