Html Css Color HEX #EE96ED Violet

📋 copy color: '#EE96ED'

red 238 ◦ green 150 ◦ blue 237

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

Shades of Violet #EE96ED

Tints of Violet #EE96ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.92%

R = 38.08%
G = 24%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE96ED (or 0xEE96ED) is known color: Violet. HEX triplet: EE, 96 and ED. RGB value is (238,150,237). Sum of RGB (Red+Green+Blue) = 238+150+237=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96ED is #116912. Grayscale: #B9B9B9. Windows color (decimal): -1141011 or 15570670. OLE color: 15570670.

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

Color convert

RGB 238 150 237 -
CMYK 0 0.37 0.00 0.07
HSL 300.68º 0.72% 0.76% -
HSV(B) 300.68º 0.37% 0.93% -
XYZ 61.45 46.1 85.78 -
YUV 186.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 238 150 237 0 0.37 0.00 0.07 300.68 0.72 0.76
Hex EE 96 ED 0 25 0 7 12D 48 4C
Octal 356 226 355 0 45 0 7 455 110 114
Binary 11101110 10010110 11101101 0 100101 0 111 100101101 1001000 1001100

Color Harmonies of #EE96ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE96ED

Black with #EE96ED

Text Example


Text Example

White with #EE96ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE96ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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