Html Css Color HEX #EE96EF Violet

📋 copy color: '#EE96EF'

red 238 ◦ green 150 ◦ blue 239

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

Shades of Violet #EE96EF

Tints of Violet #EE96EF

RGB

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

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

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

R = 37.96%
G = 23.92%
B = 38.12%

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE96EF (or 0xEE96EF) is known color: Violet. HEX triplet: EE, 96 and EF. RGB value is (238,150,239). Sum of RGB (Red+Green+Blue) = 238+150+239=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE96EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96EF is #116910. Grayscale: #BABABA. Windows color (decimal): -1141009 or 15701742. OLE color: 15701742.

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

Color convert

RGB 238 150 239 -
CMYK 0.00 0.37 0 0.06
HSL 299.33º 0.74% 0.76% -
HSV(B) 299.33º 0.37% 0.94% -
XYZ 61.75 46.22 87.33 -
YUV 186.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 238 150 239 0.00 0.37 0 0.06 299.33 0.74 0.76
Hex EE 96 EF 0 25 0 6 12B 4A 4C
Octal 356 226 357 0 45 0 6 453 112 114
Binary 11101110 10010110 11101111 0 100101 0 110 100101011 1001010 1001100

Color Harmonies of #EE96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE96EF

Black with #EE96EF

Text Example


Text Example

White with #EE96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE96EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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