Html Css Color HEX #E149FC Heliotrope

📋 copy color: '#E149FC'

red 225 ◦ green 73 ◦ blue 252

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

Shades of Heliotrope #E149FC

Tints of Heliotrope #E149FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.27%

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

R = 40.91%
G = 13.27%
B = 45.82%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E149FC (or 0xE149FC) is known color: Heliotrope. HEX triplet: E1, 49 and FC. RGB value is (225,73,252). Sum of RGB (Red+Green+Blue) = 225+73+252=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 73 (28.91% from 255 or 13.27% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #E149FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E149FC is #1EB603. Grayscale: #8A8A8A. Windows color (decimal): -2012676 or 16533985. OLE color: 16533985.

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

Color convert

RGB 225 73 252 -
CMYK 0.11 0.71 0 0.01
HSL 290.95º 0.97% 0.64% -
HSV(B) 290.95º 0.71% 0.99% -
XYZ 51 27.8 94.77 -
YUV 138.85 191.86 189.45 -
System Red Green Blue C M Y K H S L
Decimal 225 73 252 0.11 0.71 0 0.01 290.95 0.97 0.64
Hex E1 49 FC B 47 0 1 123 61 40
Octal 341 111 374 13 107 0 1 443 141 100
Binary 11100001 1001001 11111100 1011 1000111 0 1 100100011 1100001 1000000

Color Harmonies of #E149FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149FC

Black with #E149FC

Text Example


Text Example

White with #E149FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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