Html Css Color HEX #E96DFA Heliotrope

📋 copy color: '#E96DFA'

red 233 ◦ green 109 ◦ blue 250

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

Shades of Heliotrope #E96DFA

Tints of Heliotrope #E96DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 39.36%
G = 18.41%
B = 42.23%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E96DFA (or 0xE96DFA) is known color: Heliotrope. HEX triplet: E9, 6D and FA. RGB value is (233,109,250). Sum of RGB (Red+Green+Blue) = 233+109+250=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 109 (42.97% from 255 or 18.41% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #E96DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96DFA is #169205. Grayscale: #A1A1A1. Windows color (decimal): -1479174 or 16412137. OLE color: 16412137.

HSL color Cylindrical-coordinate representation of color #E96DFA: hue angle of 292.77º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E96DFA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 109 250 -
CMYK 0.07 0.56 0 0.02
HSL 292.77º 0.93% 0.7% -
HSV(B) 292.77º 0.56% 0.98% -
XYZ 56.33 35.16 94.26 -
YUV 162.15 177.58 178.54 -
System Red Green Blue C M Y K H S L
Decimal 233 109 250 0.07 0.56 0 0.02 292.77 0.93 0.7
Hex E9 6D FA 7 38 0 2 125 5D 46
Octal 351 155 372 7 70 0 2 445 135 106
Binary 11101001 1101101 11111010 111 111000 0 10 100100101 1011101 1000110

Color Harmonies of #E96DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DFA

Black with #E96DFA

Text Example


Text Example

White with #E96DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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