Html Css Color HEX #E96AFC Heliotrope

📋 copy color: '#E96AFC'

red 233 ◦ green 106 ◦ blue 252

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

Shades of Heliotrope #E96AFC

Tints of Heliotrope #E96AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.64%

R = 39.42%
G = 17.94%
B = 42.64%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E96AFC (or 0xE96AFC) is known color: Heliotrope. HEX triplet: E9, 6A and FC. RGB value is (233,106,252). Sum of RGB (Red+Green+Blue) = 233+106+252=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 106 (41.80% from 255 or 17.94% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #E96AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96AFC is #169503. Grayscale: #A0A0A0. Windows color (decimal): -1479940 or 16542441. OLE color: 16542441.

HSL color Cylindrical-coordinate representation of color #E96AFC: hue angle of 292.19º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96AFC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 106 252 -
CMYK 0.08 0.58 0 0.01
HSL 292.19º 0.96% 0.7% -
HSV(B) 292.19º 0.58% 0.99% -
XYZ 56.33 34.66 95.82 -
YUV 160.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 233 106 252 0.08 0.58 0 0.01 292.19 0.96 0.7
Hex E9 6A FC 8 3A 0 1 124 60 46
Octal 351 152 374 10 72 0 1 444 140 106
Binary 11101001 1101010 11111100 1000 111010 0 1 100100100 1100000 1000110

Color Harmonies of #E96AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AFC

Black with #E96AFC

Text Example


Text Example

White with #E96AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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