Html Css Color HEX #EE94EF Violet

📋 copy color: '#EE94EF'

red 238 ◦ green 148 ◦ blue 239

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

Shades of Violet #EE94EF

Tints of Violet #EE94EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.24%

R = 38.08%
G = 23.68%
B = 38.24%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE94EF (or 0xEE94EF) is known color: Violet. HEX triplet: EE, 94 and EF. RGB value is (238,148,239). Sum of RGB (Red+Green+Blue) = 238+148+239=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE94EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE94EF is #116B10. Grayscale: #B9B9B9. Windows color (decimal): -1141521 or 15701230. OLE color: 15701230.

HSL color Cylindrical-coordinate representation of color #EE94EF: hue angle of 299.34º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE94EF is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 148 239 -
CMYK 0.00 0.38 0 0.06
HSL 299.34º 0.74% 0.76% -
HSV(B) 299.34º 0.38% 0.94% -
XYZ 61.43 45.59 87.22 -
YUV 185.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 238 148 239 0.00 0.38 0 0.06 299.34 0.74 0.76
Hex EE 94 EF 0 26 0 6 12B 4A 4C
Octal 356 224 357 0 46 0 6 453 112 114
Binary 11101110 10010100 11101111 0 100110 0 110 100101011 1001010 1001100

Color Harmonies of #EE94EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE94EF

Black with #EE94EF

Text Example


Text Example

White with #EE94EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE94EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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