Html Css Color HEX #E146FE Heliotrope

📋 copy color: '#E146FE'

red 225 ◦ green 70 ◦ blue 254

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

Shades of Heliotrope #E146FE

Tints of Heliotrope #E146FE

RGB

 RED value IS 225 (88.28% from 255) = 40.98%

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

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

R = 40.98%
G = 12.75%
B = 46.27%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E146FE (or 0xE146FE) is known color: Heliotrope. HEX triplet: E1, 46 and FE. RGB value is (225,70,254). Sum of RGB (Red+Green+Blue) = 225+70+254=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 70 (27.73% from 255 or 12.75% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #E146FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E146FE is #1EB901. Grayscale: #888888. Windows color (decimal): -2013442 or 16664289. OLE color: 16664289.

HSL color Cylindrical-coordinate representation of color #E146FE: hue angle of 290.54º 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 #E146FE is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 70 254 -
CMYK 0.11 0.72 0 0.00
HSL 290.54º 0.99% 0.64% -
HSV(B) 290.54º 0.72% 1% -
XYZ 51.13 27.54 96.39 -
YUV 137.32 193.85 190.54 -
System Red Green Blue C M Y K H S L
Decimal 225 70 254 0.11 0.72 0 0.00 290.54 0.99 0.64
Hex E1 46 FE B 48 0 0 123 63 40
Octal 341 106 376 13 110 0 0 443 143 100
Binary 11100001 1000110 11111110 1011 1001000 0 0 100100011 1100011 1000000

Color Harmonies of #E146FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146FE

Black with #E146FE

Text Example


Text Example

White with #E146FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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