Html Css Color HEX #E96AFE Heliotrope

📋 copy color: '#E96AFE'

red 233 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #E96AFE

Tints of Heliotrope #E96AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.88%

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 39.29%
G = 17.88%
B = 42.83%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E96AFE (or 0xE96AFE) is known color: Heliotrope. HEX triplet: E9, 6A and FE. RGB value is (233,106,254). Sum of RGB (Red+Green+Blue) = 233+106+254=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 106 (41.80% from 255 or 17.88% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #E96AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96AFE is #169501. Grayscale: #A0A0A0. Windows color (decimal): -1479938 or 16673513. OLE color: 16673513.

HSL color Cylindrical-coordinate representation of color #E96AFE: hue angle of 291.49º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96AFE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 233 106 254 -
CMYK 0.08 0.58 0 0.00
HSL 291.49º 0.99% 0.71% -
HSV(B) 291.49º 0.58% 1% -
XYZ 56.65 34.79 97.49 -
YUV 160.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 233 106 254 0.08 0.58 0 0.00 291.49 0.99 0.71
Hex E9 6A FE 8 3A 0 0 123 63 47
Octal 351 152 376 10 72 0 0 443 143 107
Binary 11101001 1101010 11111110 1000 111010 0 0 100100011 1100011 1000111

Color Harmonies of #E96AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AFE

Black with #E96AFE

Text Example


Text Example

White with #E96AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AFE; }

 p { color: rgb(233,106,254); }

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

background-color css

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

 a { background-color: rgb(233,106,254); }

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

border-color css

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

 span { border-color: rgb(233,106,254); }

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