Html Css Color HEX #E96DEF Violet

📋 copy color: '#E96DEF'

red 233 ◦ green 109 ◦ blue 239

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

Shades of Violet #E96DEF

Tints of Violet #E96DEF

RGB

 RED value IS 233 (91.41% from 255) = 40.1%

 GREEN value IS 109 (42.97% from 255) = 18.76%

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

R = 40.1%
G = 18.76%
B = 41.14%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E96DEF (or 0xE96DEF) is known color: Violet. HEX triplet: E9, 6D and EF. RGB value is (233,109,239). Sum of RGB (Red+Green+Blue) = 233+109+239=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #E96DEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96DEF is #169210. Grayscale: #A0A0A0. Windows color (decimal): -1479185 or 15691241. OLE color: 15691241.

HSL color Cylindrical-coordinate representation of color #E96DEF: hue angle of 297.23º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96DEF is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 109 239 -
CMYK 0.03 0.54 0 0.06
HSL 297.23º 0.8% 0.68% -
HSV(B) 297.23º 0.54% 0.94% -
XYZ 54.65 34.49 85.44 -
YUV 160.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 233 109 239 0.03 0.54 0 0.06 297.23 0.8 0.68
Hex E9 6D EF 3 36 0 6 129 50 44
Octal 351 155 357 3 66 0 6 451 120 104
Binary 11101001 1101101 11101111 11 110110 0 110 100101001 1010000 1000100

Color Harmonies of #E96DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DEF

Black with #E96DEF

Text Example


Text Example

White with #E96DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DEF; }

 p { color: rgb(233,109,239); }

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

background-color css

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

 a { background-color: rgb(233,109,239); }

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

border-color css

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

 span { border-color: rgb(233,109,239); }

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