Html Css Color HEX #E146FC Heliotrope

📋 copy color: '#E146FC'

red 225 ◦ green 70 ◦ blue 252

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

Shades of Heliotrope #E146FC

Tints of Heliotrope #E146FC

RGB

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

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

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

R = 41.13%
G = 12.8%
B = 46.07%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E146FC (or 0xE146FC) is known color: Heliotrope. HEX triplet: E1, 46 and FC. RGB value is (225,70,252). Sum of RGB (Red+Green+Blue) = 225+70+252=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 70 (27.73% from 255 or 12.80% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #E146FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E146FC is #1EB903. Grayscale: #888888. Windows color (decimal): -2013444 or 16533217. OLE color: 16533217.

HSL color Cylindrical-coordinate representation of color #E146FC: hue angle of 291.1º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E146FC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 70 252 -
CMYK 0.11 0.72 0 0.01
HSL 291.1º 0.97% 0.63% -
HSV(B) 291.1º 0.72% 0.99% -
XYZ 50.81 27.42 94.71 -
YUV 137.09 192.85 190.7 -
System Red Green Blue C M Y K H S L
Decimal 225 70 252 0.11 0.72 0 0.01 291.1 0.97 0.63
Hex E1 46 FC B 48 0 1 123 61 3F
Octal 341 106 374 13 110 0 1 443 141 77
Binary 11100001 1000110 11111100 1011 1001000 0 1 100100011 1100001 111111

Color Harmonies of #E146FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146FC

Black with #E146FC

Text Example


Text Example

White with #E146FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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