Html Css Color HEX #E145FE Heliotrope

📋 copy color: '#E145FE'

red 225 ◦ green 69 ◦ blue 254

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

Shades of Heliotrope #E145FE

Tints of Heliotrope #E145FE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.59%

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

R = 41.06%
G = 12.59%
B = 46.35%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E145FE (or 0xE145FE) is known color: Heliotrope. HEX triplet: E1, 45 and FE. RGB value is (225,69,254). Sum of RGB (Red+Green+Blue) = 225+69+254=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 69 (27.34% from 255 or 12.59% 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 #E145FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E145FE is #1EBA01. Grayscale: #888888. Windows color (decimal): -2013698 or 16664033. OLE color: 16664033.

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

Color convert

RGB 225 69 254 -
CMYK 0.11 0.73 0 0.00
HSL 290.59º 0.99% 0.63% -
HSV(B) 290.59º 0.73% 1% -
XYZ 51.07 27.42 96.37 -
YUV 136.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 225 69 254 0.11 0.73 0 0.00 290.59 0.99 0.63
Hex E1 45 FE B 49 0 0 123 63 3F
Octal 341 105 376 13 111 0 0 443 143 77
Binary 11100001 1000101 11111110 1011 1001001 0 0 100100011 1100011 111111

Color Harmonies of #E145FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E145FE

Black with #E145FE

Text Example


Text Example

White with #E145FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E145FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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