Html Css Color HEX #E970FC Heliotrope

📋 copy color: '#E970FC'

red 233 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #E970FC

Tints of Heliotrope #E970FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.76%

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

R = 39.03%
G = 18.76%
B = 42.21%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E970FC (or 0xE970FC) is known color: Heliotrope. HEX triplet: E9, 70 and FC. RGB value is (233,112,252). Sum of RGB (Red+Green+Blue) = 233+112+252=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 112 (44.14% from 255 or 18.76% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #E970FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970FC is #168F03. Grayscale: #A3A3A3. Windows color (decimal): -1478404 or 16543977. OLE color: 16543977.

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

Color convert

RGB 233 112 252 -
CMYK 0.08 0.56 0 0.01
HSL 291.86º 0.96% 0.71% -
HSV(B) 291.86º 0.56% 0.99% -
XYZ 56.97 35.94 96.03 -
YUV 164.14 177.59 177.12 -
System Red Green Blue C M Y K H S L
Decimal 233 112 252 0.08 0.56 0 0.01 291.86 0.96 0.71
Hex E9 70 FC 8 38 0 1 124 60 47
Octal 351 160 374 10 70 0 1 444 140 107
Binary 11101001 1110000 11111100 1000 111000 0 1 100100100 1100000 1000111

Color Harmonies of #E970FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970FC

Black with #E970FC

Text Example


Text Example

White with #E970FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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