Html Css Color HEX #E044FE Heliotrope

📋 copy color: '#E044FE'

red 224 ◦ green 68 ◦ blue 254

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

Shades of Heliotrope #E044FE

Tints of Heliotrope #E044FE

RGB

 RED value IS 224 (87.89% from 255) = 41.03%

 GREEN value IS 68 (26.95% from 255) = 12.45%

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

R = 41.03%
G = 12.45%
B = 46.52%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E044FE (or 0xE044FE) is known color: Heliotrope. HEX triplet: E0, 44 and FE. RGB value is (224,68,254). Sum of RGB (Red+Green+Blue) = 224+68+254=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 68 (26.95% from 255 or 12.45% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #E044FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E044FE is #1FBB01. Grayscale: #878787. Windows color (decimal): -2079490 or 16663776. OLE color: 16663776.

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

Color convert

RGB 224 68 254 -
CMYK 0.12 0.73 0 0.00
HSL 290.32º 0.99% 0.63% -
HSV(B) 290.32º 0.73% 1% -
XYZ 50.7 27.14 96.33 -
YUV 135.85 194.68 190.88 -
System Red Green Blue C M Y K H S L
Decimal 224 68 254 0.12 0.73 0 0.00 290.32 0.99 0.63
Hex E0 44 FE C 49 0 0 122 63 3F
Octal 340 104 376 14 111 0 0 442 143 77
Binary 11100000 1000100 11111110 1100 1001001 0 0 100100010 1100011 111111

Color Harmonies of #E044FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E044FE

Black with #E044FE

Text Example


Text Example

White with #E044FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E044FE; }

 p { color: rgb(224,68,254); }

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

background-color css

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

 a { background-color: rgb(224,68,254); }

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

border-color css

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

 span { border-color: rgb(224,68,254); }

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