Html Css Color HEX #EE94EE Violet

📋 copy color: '#EE94EE'

red 238 ◦ green 148 ◦ blue 238

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

Shades of Violet #EE94EE

Tints of Violet #EE94EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.14%

R = 38.14%
G = 23.72%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE94EE (or 0xEE94EE) is known color: Violet. HEX triplet: EE, 94 and EE. RGB value is (238,148,238). Sum of RGB (Red+Green+Blue) = 238+148+238=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE94EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE94EE is #116B11. Grayscale: #B8B8B8. Windows color (decimal): -1141522 or 15635694. OLE color: 15635694.

HSL color Cylindrical-coordinate representation of color #EE94EE: hue angle of 300º 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 #EE94EE is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 238 -
CMYK 0 0.38 0 0.07
HSL 300º 0.73% 0.76% -
HSV(B) 300º 0.38% 0.93% -
XYZ 61.28 45.53 86.45 -
YUV 185.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 238 148 238 0 0.38 0 0.07 300 0.73 0.76
Hex EE 94 EE 0 26 0 7 12C 49 4C
Octal 356 224 356 0 46 0 7 454 111 114
Binary 11101110 10010100 11101110 0 100110 0 111 100101100 1001001 1001100

Color Harmonies of #EE94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE94EE

Black with #EE94EE

Text Example


Text Example

White with #EE94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE94EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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