Html Css Color HEX #E85EFA Heliotrope

📋 copy color: '#E85EFA'

red 232 ◦ green 94 ◦ blue 250

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

Shades of Heliotrope #E85EFA

Tints of Heliotrope #E85EFA

RGB

 RED value IS 232 (91.02% from 255) = 40.28%

 GREEN value IS 94 (37.11% from 255) = 16.32%

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

R = 40.28%
G = 16.32%
B = 43.4%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E85EFA (or 0xE85EFA) is known color: Heliotrope. HEX triplet: E8, 5E and FA. RGB value is (232,94,250). Sum of RGB (Red+Green+Blue) = 232+94+250=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 94 (37.11% from 255 or 16.32% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #E85EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85EFA is #17A105. Grayscale: #989898. Windows color (decimal): -1548550 or 16408296. OLE color: 16408296.

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

Color convert

RGB 232 94 250 -
CMYK 0.07 0.62 0 0.02
HSL 293.08º 0.94% 0.67% -
HSV(B) 293.08º 0.62% 0.98% -
XYZ 54.54 32.06 93.76 -
YUV 153.05 182.72 184.32 -
System Red Green Blue C M Y K H S L
Decimal 232 94 250 0.07 0.62 0 0.02 293.08 0.94 0.67
Hex E8 5E FA 7 3E 0 2 125 5E 43
Octal 350 136 372 7 76 0 2 445 136 103
Binary 11101000 1011110 11111010 111 111110 0 10 100100101 1011110 1000011

Color Harmonies of #E85EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85EFA

Black with #E85EFA

Text Example


Text Example

White with #E85EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85EFA; }

 p { color: rgb(232,94,250); }

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

background-color css

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

 a { background-color: rgb(232,94,250); }

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

border-color css

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

 span { border-color: rgb(232,94,250); }

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