Html Css Color HEX #E96CFA Heliotrope

📋 copy color: '#E96CFA'

red 233 ◦ green 108 ◦ blue 250

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

Shades of Heliotrope #E96CFA

Tints of Heliotrope #E96CFA

RGB

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

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

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

R = 39.42%
G = 18.27%
B = 42.3%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E96CFA (or 0xE96CFA) is known color: Heliotrope. HEX triplet: E9, 6C and FA. RGB value is (233,108,250). Sum of RGB (Red+Green+Blue) = 233+108+250=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 108 (42.58% from 255 or 18.27% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #E96CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96CFA is #169305. Grayscale: #A1A1A1. Windows color (decimal): -1479430 or 16411881. OLE color: 16411881.

HSL color Cylindrical-coordinate representation of color #E96CFA: hue angle of 292.82º degrees, saturation: 0.93, 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 #E96CFA is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 108 250 -
CMYK 0.07 0.57 0 0.02
HSL 292.82º 0.93% 0.7% -
HSV(B) 292.82º 0.57% 0.98% -
XYZ 56.22 34.95 94.23 -
YUV 161.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 233 108 250 0.07 0.57 0 0.02 292.82 0.93 0.7
Hex E9 6C FA 7 39 0 2 125 5D 46
Octal 351 154 372 7 71 0 2 445 135 106
Binary 11101001 1101100 11111010 111 111001 0 10 100100101 1011101 1000110

Color Harmonies of #E96CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96CFA

Black with #E96CFA

Text Example


Text Example

White with #E96CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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