Html Css Color HEX #E96AF6 Heliotrope

📋 copy color: '#E96AF6'

red 233 ◦ green 106 ◦ blue 246

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

Shades of Heliotrope #E96AF6

Tints of Heliotrope #E96AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.12%

 BLUE value IS 246 (96.48% from 255) = 42.05%

R = 39.83%
G = 18.12%
B = 42.05%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E96AF6 (or 0xE96AF6) is known color: Heliotrope. HEX triplet: E9, 6A and F6. RGB value is (233,106,246). Sum of RGB (Red+Green+Blue) = 233+106+246=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 106 (41.80% from 255 or 18.12% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #E96AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96AF6 is #169509. Grayscale: #9F9F9F. Windows color (decimal): -1479946 or 16149225. OLE color: 16149225.

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

Color convert

RGB 233 106 246 -
CMYK 0.05 0.57 0 0.04
HSL 294.43º 0.89% 0.69% -
HSV(B) 294.43º 0.57% 0.96% -
XYZ 55.39 34.29 90.89 -
YUV 159.93 176.58 180.12 -
System Red Green Blue C M Y K H S L
Decimal 233 106 246 0.05 0.57 0 0.04 294.43 0.89 0.69
Hex E9 6A F6 5 39 0 4 126 59 45
Octal 351 152 366 5 71 0 4 446 131 105
Binary 11101001 1101010 11110110 101 111001 0 100 100100110 1011001 1000101

Color Harmonies of #E96AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AF6

Black with #E96AF6

Text Example


Text Example

White with #E96AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AF6; }

 p { color: rgb(233,106,246); }

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

background-color css

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

 a { background-color: rgb(233,106,246); }

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

border-color css

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

 span { border-color: rgb(233,106,246); }

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