Html Css Color HEX #E972FC Heliotrope

📋 copy color: '#E972FC'

red 233 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #E972FC

Tints of Heliotrope #E972FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.07%

R = 38.9%
G = 19.03%
B = 42.07%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E972FC (or 0xE972FC) is known color: Heliotrope. HEX triplet: E9, 72 and FC. RGB value is (233,114,252). Sum of RGB (Red+Green+Blue) = 233+114+252=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 114 (44.92% from 255 or 19.03% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #E972FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E972FC is #168D03. Grayscale: #A4A4A4. Windows color (decimal): -1477892 or 16544489. OLE color: 16544489.

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

Color convert

RGB 233 114 252 -
CMYK 0.08 0.55 0 0.01
HSL 291.74º 0.96% 0.72% -
HSV(B) 291.74º 0.55% 0.99% -
XYZ 57.19 36.39 96.1 -
YUV 165.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 233 114 252 0.08 0.55 0 0.01 291.74 0.96 0.72
Hex E9 72 FC 8 37 0 1 124 60 48
Octal 351 162 374 10 67 0 1 444 140 110
Binary 11101001 1110010 11111100 1000 110111 0 1 100100100 1100000 1001000

Color Harmonies of #E972FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972FC

Black with #E972FC

Text Example


Text Example

White with #E972FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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