Html Css Color HEX #E249FE Heliotrope

📋 copy color: '#E249FE'

red 226 ◦ green 73 ◦ blue 254

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

Shades of Heliotrope #E249FE

Tints of Heliotrope #E249FE

RGB

 RED value IS 226 (88.67% from 255) = 40.87%

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

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

R = 40.87%
G = 13.2%
B = 45.93%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E249FE (or 0xE249FE) is known color: Heliotrope. HEX triplet: E2, 49 and FE. RGB value is (226,73,254). Sum of RGB (Red+Green+Blue) = 226+73+254=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 73 (28.91% from 255 or 13.20% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #E249FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E249FE is #1DB601. Grayscale: #8A8A8A. Windows color (decimal): -1947138 or 16665058. OLE color: 16665058.

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

Color convert

RGB 226 73 254 -
CMYK 0.11 0.71 0 0.00
HSL 290.72º 0.99% 0.64% -
HSV(B) 290.72º 0.71% 1% -
XYZ 51.64 28.09 96.47 -
YUV 139.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 226 73 254 0.11 0.71 0 0.00 290.72 0.99 0.64
Hex E2 49 FE B 47 0 0 123 63 40
Octal 342 111 376 13 107 0 0 443 143 100
Binary 11100010 1001001 11111110 1011 1000111 0 0 100100011 1100011 1000000

Color Harmonies of #E249FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E249FE

Black with #E249FE

Text Example


Text Example

White with #E249FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E249FE; }

 p { color: rgb(226,73,254); }

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

background-color css

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

 a { background-color: rgb(226,73,254); }

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

border-color css

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

 span { border-color: rgb(226,73,254); }

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