Html Css Color HEX #E96DF4 Heliotrope

📋 copy color: '#E96DF4'

red 233 ◦ green 109 ◦ blue 244

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

Shades of Heliotrope #E96DF4

Tints of Heliotrope #E96DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.64%

R = 39.76%
G = 18.6%
B = 41.64%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E96DF4 (or 0xE96DF4) is known color: Heliotrope. HEX triplet: E9, 6D and F4. RGB value is (233,109,244). Sum of RGB (Red+Green+Blue) = 233+109+244=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 109 (42.97% from 255 or 18.60% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #E96DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96DF4 is #16920B. Grayscale: #A1A1A1. Windows color (decimal): -1479180 or 16018921. OLE color: 16018921.

HSL color Cylindrical-coordinate representation of color #E96DF4: hue angle of 295.11º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96DF4 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 233 109 244 -
CMYK 0.05 0.55 0 0.04
HSL 295.11º 0.86% 0.69% -
HSV(B) 295.11º 0.55% 0.96% -
XYZ 55.4 34.79 89.38 -
YUV 161.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 233 109 244 0.05 0.55 0 0.04 295.11 0.86 0.69
Hex E9 6D F4 5 37 0 4 127 56 45
Octal 351 155 364 5 67 0 4 447 126 105
Binary 11101001 1101101 11110100 101 110111 0 100 100100111 1010110 1000101

Color Harmonies of #E96DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DF4

Black with #E96DF4

Text Example


Text Example

White with #E96DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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