Html Css Color HEX #E96FFA Heliotrope

📋 copy color: '#E96FFA'

red 233 ◦ green 111 ◦ blue 250

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

Shades of Heliotrope #E96FFA

Tints of Heliotrope #E96FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.69%

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

R = 39.23%
G = 18.69%
B = 42.09%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E96FFA (or 0xE96FFA) is known color: Heliotrope. HEX triplet: E9, 6F and FA. RGB value is (233,111,250). Sum of RGB (Red+Green+Blue) = 233+111+250=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 111 (43.75% from 255 or 18.69% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #E96FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96FFA is #169005. Grayscale: #A2A2A2. Windows color (decimal): -1478662 or 16412649. OLE color: 16412649.

HSL color Cylindrical-coordinate representation of color #E96FFA: hue angle of 292.66º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E96FFA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 111 250 -
CMYK 0.07 0.56 0 0.02
HSL 292.66º 0.93% 0.71% -
HSV(B) 292.66º 0.56% 0.98% -
XYZ 56.54 35.59 94.33 -
YUV 163.32 176.92 177.7 -
System Red Green Blue C M Y K H S L
Decimal 233 111 250 0.07 0.56 0 0.02 292.66 0.93 0.71
Hex E9 6F FA 7 38 0 2 125 5D 47
Octal 351 157 372 7 70 0 2 445 135 107
Binary 11101001 1101111 11111010 111 111000 0 10 100100101 1011101 1000111

Color Harmonies of #E96FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96FFA

Black with #E96FFA

Text Example


Text Example

White with #E96FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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