Html Css Color HEX #EE96EE Violet

📋 copy color: '#EE96EE'

red 238 ◦ green 150 ◦ blue 238

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

Shades of Violet #EE96EE

Tints of Violet #EE96EE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.96%

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

R = 38.02%
G = 23.96%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE96EE (or 0xEE96EE) is known color: Violet. HEX triplet: EE, 96 and EE. RGB value is (238,150,238). Sum of RGB (Red+Green+Blue) = 238+150+238=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE96EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96EE is #116911. Grayscale: #BABABA. Windows color (decimal): -1141010 or 15636206. OLE color: 15636206.

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

Color convert

RGB 238 150 238 -
CMYK 0 0.37 0 0.07
HSL 300º 0.72% 0.76% -
HSV(B) 300º 0.37% 0.93% -
XYZ 61.6 46.16 86.55 -
YUV 186.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 238 150 238 0 0.37 0 0.07 300 0.72 0.76
Hex EE 96 EE 0 25 0 7 12C 48 4C
Octal 356 226 356 0 45 0 7 454 110 114
Binary 11101110 10010110 11101110 0 100101 0 111 100101100 1001000 1001100

Color Harmonies of #EE96EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE96EE

Black with #EE96EE

Text Example


Text Example

White with #EE96EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE96EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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