Html Css Color HEX #E96EFA Heliotrope

📋 copy color: '#E96EFA'

red 233 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #E96EFA

Tints of Heliotrope #E96EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.55%

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

R = 39.29%
G = 18.55%
B = 42.16%

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

#E96EFA (or 0xE96EFA) is known color: Heliotrope. HEX triplet: E9, 6E and FA. RGB value is (233,110,250). Sum of RGB (Red+Green+Blue) = 233+110+250=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 110 (43.36% from 255 or 18.55% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #E96EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96EFA is #169105. Grayscale: #A2A2A2. Windows color (decimal): -1478918 or 16412393. OLE color: 16412393.

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

Color convert

RGB 233 110 250 -
CMYK 0.07 0.56 0 0.02
HSL 292.71º 0.93% 0.71% -
HSV(B) 292.71º 0.56% 0.98% -
XYZ 56.44 35.38 94.3 -
YUV 162.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 233 110 250 0.07 0.56 0 0.02 292.71 0.93 0.71
Hex E9 6E FA 7 38 0 2 125 5D 47
Octal 351 156 372 7 70 0 2 445 135 107
Binary 11101001 1101110 11111010 111 111000 0 10 100100101 1011101 1000111

Color Harmonies of #E96EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96EFA

Black with #E96EFA

Text Example


Text Example

White with #E96EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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