Html Css Color HEX #E046FF Heliotrope

📋 copy color: '#E046FF'

red 224 ◦ green 70 ◦ blue 255

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

Shades of Heliotrope #E046FF

Tints of Heliotrope #E046FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.45%

R = 40.8%
G = 12.75%
B = 46.45%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E046FF (or 0xE046FF) is known color: Heliotrope. HEX triplet: E0, 46 and FF. RGB value is (224,70,255). Sum of RGB (Red+Green+Blue) = 224+70+255=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 70 (27.73% from 255 or 12.75% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #E046FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E046FF is #1FB900. Grayscale: #888888. Windows color (decimal): -2078977 or 16729824. OLE color: 16729824.

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

Color convert

RGB 224 70 255 -
CMYK 0.12 0.73 0 0
HSL 289.95º 1% 0.64% -
HSV(B) 289.95º 0.73% 1% -
XYZ 50.98 27.45 97.22 -
YUV 137.14 194.52 189.96 -
System Red Green Blue C M Y K H S L
Decimal 224 70 255 0.12 0.73 0 0 289.95 1 0.64
Hex E0 46 FF C 49 0 0 122 64 40
Octal 340 106 377 14 111 0 0 442 144 100
Binary 11100000 1000110 11111111 1100 1001001 0 0 100100010 1100100 1000000

Color Harmonies of #E046FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E046FF

Black with #E046FF

Text Example


Text Example

White with #E046FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E046FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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