Html Css Color HEX #E96DFE Heliotrope

📋 copy color: '#E96DFE'

red 233 ◦ green 109 ◦ blue 254

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

Shades of Heliotrope #E96DFE

Tints of Heliotrope #E96DFE

RGB

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

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

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

R = 39.09%
G = 18.29%
B = 42.62%

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

#E96DFE (or 0xE96DFE) is known color: Heliotrope. HEX triplet: E9, 6D and FE. RGB value is (233,109,254). Sum of RGB (Red+Green+Blue) = 233+109+254=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 109 (42.97% from 255 or 18.29% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #E96DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96DFE is #169201. Grayscale: #A2A2A2. Windows color (decimal): -1479170 or 16674281. OLE color: 16674281.

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

Color convert

RGB 233 109 254 -
CMYK 0.08 0.57 0 0.00
HSL 291.31º 0.99% 0.71% -
HSV(B) 291.31º 0.57% 1% -
XYZ 56.96 35.42 97.6 -
YUV 162.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 233 109 254 0.08 0.57 0 0.00 291.31 0.99 0.71
Hex E9 6D FE 8 39 0 0 123 63 47
Octal 351 155 376 10 71 0 0 443 143 107
Binary 11101001 1101101 11111110 1000 111001 0 0 100100011 1100011 1000111

Color Harmonies of #E96DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DFE

Black with #E96DFE

Text Example


Text Example

White with #E96DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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