Html Css Color HEX #E046FE Heliotrope

📋 copy color: '#E046FE'

red 224 ◦ green 70 ◦ blue 254

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

Shades of Heliotrope #E046FE

Tints of Heliotrope #E046FE

RGB

 RED value IS 224 (87.89% from 255) = 40.88%

 GREEN value IS 70 (27.73% from 255) = 12.77%

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

R = 40.88%
G = 12.77%
B = 46.35%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E046FE (or 0xE046FE) is known color: Heliotrope. HEX triplet: E0, 46 and FE. RGB value is (224,70,254). Sum of RGB (Red+Green+Blue) = 224+70+254=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 70 (27.73% from 255 or 12.77% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #E046FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E046FE is #1FB901. Grayscale: #888888. Windows color (decimal): -2078978 or 16664288. OLE color: 16664288.

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

Color convert

RGB 224 70 254 -
CMYK 0.12 0.72 0 0.00
HSL 290.22º 0.99% 0.64% -
HSV(B) 290.22º 0.72% 1% -
XYZ 50.82 27.38 96.37 -
YUV 137.02 194.02 190.04 -
System Red Green Blue C M Y K H S L
Decimal 224 70 254 0.12 0.72 0 0.00 290.22 0.99 0.64
Hex E0 46 FE C 48 0 0 122 63 40
Octal 340 106 376 14 110 0 0 442 143 100
Binary 11100000 1000110 11111110 1100 1001000 0 0 100100010 1100011 1000000

Color Harmonies of #E046FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E046FE

Black with #E046FE

Text Example


Text Example

White with #E046FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E046FE; }

 p { color: rgb(224,70,254); }

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

background-color css

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

 a { background-color: rgb(224,70,254); }

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

border-color css

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

 span { border-color: rgb(224,70,254); }

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