Html Css Color HEX #E146FF Heliotrope

📋 copy color: '#E146FF'

red 225 ◦ green 70 ◦ blue 255

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

Shades of Heliotrope #E146FF

Tints of Heliotrope #E146FF

RGB

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

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

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

R = 40.91%
G = 12.73%
B = 46.36%

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

#E146FF (or 0xE146FF) is known color: Heliotrope. HEX triplet: E1, 46 and FF. RGB value is (225,70,255). Sum of RGB (Red+Green+Blue) = 225+70+255=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 70 (27.73% from 255 or 12.73% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #E146FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E146FF is #1EB900. Grayscale: #888888. Windows color (decimal): -2013441 or 16729825. OLE color: 16729825.

HSL color Cylindrical-coordinate representation of color #E146FF: hue angle of 290.27º 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 #E146FF is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 70 255 -
CMYK 0.12 0.73 0 0
HSL 290.27º 1% 0.64% -
HSV(B) 290.27º 0.73% 1% -
XYZ 51.29 27.61 97.23 -
YUV 137.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 225 70 255 0.12 0.73 0 0 290.27 1 0.64
Hex E1 46 FF C 49 0 0 122 64 40
Octal 341 106 377 14 111 0 0 442 144 100
Binary 11100001 1000110 11111111 1100 1001001 0 0 100100010 1100100 1000000

Color Harmonies of #E146FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146FF

Black with #E146FF

Text Example


Text Example

White with #E146FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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