Html Css Color HEX #E973FE Heliotrope

📋 copy color: '#E973FE'

red 233 ◦ green 115 ◦ blue 254

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

Shades of Heliotrope #E973FE

Tints of Heliotrope #E973FE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.1%

 BLUE value IS 254 (99.61% from 255) = 42.19%

R = 38.7%
G = 19.1%
B = 42.19%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E973FE (or 0xE973FE) is known color: Heliotrope. HEX triplet: E9, 73 and FE. RGB value is (233,115,254). Sum of RGB (Red+Green+Blue) = 233+115+254=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 115 (45.31% from 255 or 19.10% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #E973FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E973FE is #168C01. Grayscale: #A5A5A5. Windows color (decimal): -1477634 or 16675817. OLE color: 16675817.

HSL color Cylindrical-coordinate representation of color #E973FE: hue angle of 290.94º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E973FE is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 233 115 254 -
CMYK 0.08 0.55 0 0.00
HSL 290.94º 0.99% 0.72% -
HSV(B) 290.94º 0.55% 1% -
XYZ 57.62 36.74 97.82 -
YUV 166.13 177.59 175.7 -
System Red Green Blue C M Y K H S L
Decimal 233 115 254 0.08 0.55 0 0.00 290.94 0.99 0.72
Hex E9 73 FE 8 37 0 0 123 63 48
Octal 351 163 376 10 67 0 0 443 143 110
Binary 11101001 1110011 11111110 1000 110111 0 0 100100011 1100011 1001000

Color Harmonies of #E973FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973FE

Black with #E973FE

Text Example


Text Example

White with #E973FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973FE; }

 p { color: rgb(233,115,254); }

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

background-color css

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

 a { background-color: rgb(233,115,254); }

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

border-color css

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

 span { border-color: rgb(233,115,254); }

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