Html Css Color HEX #E96CFE Heliotrope

📋 copy color: '#E96CFE'

red 233 ◦ green 108 ◦ blue 254

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

Shades of Heliotrope #E96CFE

Tints of Heliotrope #E96CFE

RGB

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

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

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

R = 39.16%
G = 18.15%
B = 42.69%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E96CFE (or 0xE96CFE) is known color: Heliotrope. HEX triplet: E9, 6C and FE. RGB value is (233,108,254). Sum of RGB (Red+Green+Blue) = 233+108+254=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 108 (42.58% from 255 or 18.15% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #E96CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96CFE is #169301. Grayscale: #A1A1A1. Windows color (decimal): -1479426 or 16674025. OLE color: 16674025.

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

Color convert

RGB 233 108 254 -
CMYK 0.08 0.57 0 0.00
HSL 291.37º 0.99% 0.71% -
HSV(B) 291.37º 0.57% 1% -
XYZ 56.86 35.2 97.56 -
YUV 162.02 179.91 178.63 -
System Red Green Blue C M Y K H S L
Decimal 233 108 254 0.08 0.57 0 0.00 291.37 0.99 0.71
Hex E9 6C FE 8 39 0 0 123 63 47
Octal 351 154 376 10 71 0 0 443 143 107
Binary 11101001 1101100 11111110 1000 111001 0 0 100100011 1100011 1000111

Color Harmonies of #E96CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96CFE

Black with #E96CFE

Text Example


Text Example

White with #E96CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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