Html Css Color HEX #E972F8 Heliotrope

📋 copy color: '#E972F8'

red 233 ◦ green 114 ◦ blue 248

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

Shades of Heliotrope #E972F8

Tints of Heliotrope #E972F8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.16%

 BLUE value IS 248 (97.27% from 255) = 41.68%

R = 39.16%
G = 19.16%
B = 41.68%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E972F8 (or 0xE972F8) is known color: Heliotrope. HEX triplet: E9, 72 and F8. RGB value is (233,114,248). Sum of RGB (Red+Green+Blue) = 233+114+248=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 114 (44.92% from 255 or 19.16% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #E972F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E972F8 is #168D07. Grayscale: #A4A4A4. Windows color (decimal): -1477896 or 16282345. OLE color: 16282345.

HSL color Cylindrical-coordinate representation of color #E972F8: hue angle of 293.28º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E972F8 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 233 114 248 -
CMYK 0.06 0.54 0 0.03
HSL 293.28º 0.91% 0.71% -
HSV(B) 293.28º 0.54% 0.97% -
XYZ 56.56 36.14 92.8 -
YUV 164.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 233 114 248 0.06 0.54 0 0.03 293.28 0.91 0.71
Hex E9 72 F8 6 36 0 3 125 5B 47
Octal 351 162 370 6 66 0 3 445 133 107
Binary 11101001 1110010 11111000 110 110110 0 11 100100101 1011011 1000111

Color Harmonies of #E972F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972F8

Black with #E972F8

Text Example


Text Example

White with #E972F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972F8; }

 p { color: rgb(233,114,248); }

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

background-color css

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

 a { background-color: rgb(233,114,248); }

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

border-color css

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

 span { border-color: rgb(233,114,248); }

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