Html Css Color HEX #E96CFC Heliotrope

📋 copy color: '#E96CFC'

red 233 ◦ green 108 ◦ blue 252

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

Shades of Heliotrope #E96CFC

Tints of Heliotrope #E96CFC

RGB

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

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

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

R = 39.29%
G = 18.21%
B = 42.5%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E96CFC (or 0xE96CFC) is known color: Heliotrope. HEX triplet: E9, 6C and FC. RGB value is (233,108,252). Sum of RGB (Red+Green+Blue) = 233+108+252=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 108 (42.58% from 255 or 18.21% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #E96CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96CFC is #169303. Grayscale: #A1A1A1. Windows color (decimal): -1479428 or 16542953. OLE color: 16542953.

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

Color convert

RGB 233 108 252 -
CMYK 0.08 0.57 0 0.01
HSL 292.08º 0.96% 0.71% -
HSV(B) 292.08º 0.57% 0.99% -
XYZ 56.54 35.08 95.89 -
YUV 161.79 178.91 178.79 -
System Red Green Blue C M Y K H S L
Decimal 233 108 252 0.08 0.57 0 0.01 292.08 0.96 0.71
Hex E9 6C FC 8 39 0 1 124 60 47
Octal 351 154 374 10 71 0 1 444 140 107
Binary 11101001 1101100 11111100 1000 111001 0 1 100100100 1100000 1000111

Color Harmonies of #E96CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96CFC

Black with #E96CFC

Text Example


Text Example

White with #E96CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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