Html Css Color HEX #E970FE Heliotrope

📋 copy color: '#E970FE'

red 233 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #E970FE

Tints of Heliotrope #E970FE

RGB

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

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

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

R = 38.9%
G = 18.7%
B = 42.4%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E970FE (or 0xE970FE) is known color: Heliotrope. HEX triplet: E9, 70 and FE. RGB value is (233,112,254). Sum of RGB (Red+Green+Blue) = 233+112+254=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 112 (44.14% from 255 or 18.70% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #E970FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970FE is #168F01. Grayscale: #A3A3A3. Windows color (decimal): -1478402 or 16675049. OLE color: 16675049.

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

Color convert

RGB 233 112 254 -
CMYK 0.08 0.56 0 0.00
HSL 291.13º 0.99% 0.72% -
HSV(B) 291.13º 0.56% 1% -
XYZ 57.29 36.07 97.71 -
YUV 164.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 233 112 254 0.08 0.56 0 0.00 291.13 0.99 0.72
Hex E9 70 FE 8 38 0 0 123 63 48
Octal 351 160 376 10 70 0 0 443 143 110
Binary 11101001 1110000 11111110 1000 111000 0 0 100100011 1100011 1001000

Color Harmonies of #E970FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970FE

Black with #E970FE

Text Example


Text Example

White with #E970FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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