Html Css Color HEX #E96CF9 Heliotrope

📋 copy color: '#E96CF9'

red 233 ◦ green 108 ◦ blue 249

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

Shades of Heliotrope #E96CF9

Tints of Heliotrope #E96CF9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.31%

 BLUE value IS 249 (97.66% from 255) = 42.2%

R = 39.49%
G = 18.31%
B = 42.2%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E96CF9 (or 0xE96CF9) is known color: Heliotrope. HEX triplet: E9, 6C and F9. RGB value is (233,108,249). Sum of RGB (Red+Green+Blue) = 233+108+249=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 108 (42.58% from 255 or 18.31% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #E96CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96CF9 is #169306. Grayscale: #A1A1A1. Windows color (decimal): -1479431 or 16346345. OLE color: 16346345.

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

Color convert

RGB 233 108 249 -
CMYK 0.06 0.57 0 0.02
HSL 293.19º 0.92% 0.7% -
HSV(B) 293.19º 0.57% 0.98% -
XYZ 56.07 34.89 93.4 -
YUV 161.45 177.41 179.04 -
System Red Green Blue C M Y K H S L
Decimal 233 108 249 0.06 0.57 0 0.02 293.19 0.92 0.7
Hex E9 6C F9 6 39 0 2 125 5C 46
Octal 351 154 371 6 71 0 2 445 134 106
Binary 11101001 1101100 11111001 110 111001 0 10 100100101 1011100 1000110

Color Harmonies of #E96CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96CF9

Black with #E96CF9

Text Example


Text Example

White with #E96CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96CF9; }

 p { color: rgb(233,108,249); }

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

background-color css

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

 a { background-color: rgb(233,108,249); }

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

border-color css

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

 span { border-color: rgb(233,108,249); }

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