Html Css Color HEX #E972F9 Heliotrope

📋 copy color: '#E972F9'

red 233 ◦ green 114 ◦ blue 249

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

Shades of Heliotrope #E972F9

Tints of Heliotrope #E972F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.78%

R = 39.09%
G = 19.13%
B = 41.78%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E972F9 (or 0xE972F9) is known color: Heliotrope. HEX triplet: E9, 72 and F9. RGB value is (233,114,249). Sum of RGB (Red+Green+Blue) = 233+114+249=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 114 (44.92% from 255 or 19.13% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #E972F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E972F9 is #168D06. Grayscale: #A4A4A4. Windows color (decimal): -1477895 or 16347881. OLE color: 16347881.

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

Color convert

RGB 233 114 249 -
CMYK 0.06 0.54 0 0.02
HSL 292.89º 0.92% 0.71% -
HSV(B) 292.89º 0.54% 0.98% -
XYZ 56.72 36.2 93.62 -
YUV 164.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 233 114 249 0.06 0.54 0 0.02 292.89 0.92 0.71
Hex E9 72 F9 6 36 0 2 125 5C 47
Octal 351 162 371 6 66 0 2 445 134 107
Binary 11101001 1110010 11111001 110 110110 0 10 100100101 1011100 1000111

Color Harmonies of #E972F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972F9

Black with #E972F9

Text Example


Text Example

White with #E972F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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