Html Css Color HEX #EE94EC Violet

📋 copy color: '#EE94EC'

red 238 ◦ green 148 ◦ blue 236

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

Shades of Violet #EE94EC

Tints of Violet #EE94EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 38.26%
G = 23.79%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE94EC (or 0xEE94EC) is known color: Violet. HEX triplet: EE, 94 and EC. RGB value is (238,148,236). Sum of RGB (Red+Green+Blue) = 238+148+236=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 148 (58.20% from 255 or 23.79% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE94EC is #116B13. Grayscale: #B8B8B8. Windows color (decimal): -1141524 or 15504622. OLE color: 15504622.

HSL color Cylindrical-coordinate representation of color #EE94EC: hue angle of 301.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE94EC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 236 -
CMYK 0 0.38 0.01 0.07
HSL 301.33º 0.73% 0.76% -
HSV(B) 301.33º 0.38% 0.93% -
XYZ 60.99 45.41 84.91 -
YUV 184.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 238 148 236 0 0.38 0.01 0.07 301.33 0.73 0.76
Hex EE 94 EC 0 26 1 7 12D 49 4C
Octal 356 224 354 0 46 1 7 455 111 114
Binary 11101110 10010100 11101100 0 100110 1 111 100101101 1001001 1001100

Color Harmonies of #EE94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE94EC

Black with #EE94EC

Text Example


Text Example

White with #EE94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE94EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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