Html Css Color HEX #E96CF1 Violet

📋 copy color: '#E96CF1'

red 233 ◦ green 108 ◦ blue 241

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

Shades of Violet #E96CF1

Tints of Violet #E96CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.56%

 BLUE value IS 241 (94.53% from 255) = 41.41%

R = 40.03%
G = 18.56%
B = 41.41%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E96CF1 (or 0xE96CF1) is known color: Violet. HEX triplet: E9, 6C and F1. RGB value is (233,108,241). Sum of RGB (Red+Green+Blue) = 233+108+241=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 108 (42.58% from 255 or 18.56% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #E96CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96CF1 is #16930E. Grayscale: #A0A0A0. Windows color (decimal): -1479439 or 15822057. OLE color: 15822057.

HSL color Cylindrical-coordinate representation of color #E96CF1: hue angle of 296.39º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96CF1 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 108 241 -
CMYK 0.03 0.55 0 0.05
HSL 296.39º 0.83% 0.68% -
HSV(B) 296.39º 0.55% 0.95% -
XYZ 54.84 34.4 86.97 -
YUV 160.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 233 108 241 0.03 0.55 0 0.05 296.39 0.83 0.68
Hex E9 6C F1 3 37 0 5 128 53 44
Octal 351 154 361 3 67 0 5 450 123 104
Binary 11101001 1101100 11110001 11 110111 0 101 100101000 1010011 1000100

Color Harmonies of #E96CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96CF1

Black with #E96CF1

Text Example


Text Example

White with #E96CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96CF1; }

 p { color: rgb(233,108,241); }

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

background-color css

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

 a { background-color: rgb(233,108,241); }

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

border-color css

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

 span { border-color: rgb(233,108,241); }

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