Html Css Color HEX #E044FD Heliotrope

📋 copy color: '#E044FD'

red 224 ◦ green 68 ◦ blue 253

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

Shades of Heliotrope #E044FD

Tints of Heliotrope #E044FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 41.1%
G = 12.48%
B = 46.42%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E044FD (or 0xE044FD) is known color: Heliotrope. HEX triplet: E0, 44 and FD. RGB value is (224,68,253). Sum of RGB (Red+Green+Blue) = 224+68+253=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 68 (26.95% from 255 or 12.48% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #E044FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E044FD is #1FBB02. Grayscale: #878787. Windows color (decimal): -2079491 or 16598240. OLE color: 16598240.

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

Color convert

RGB 224 68 253 -
CMYK 0.11 0.73 0 0.01
HSL 290.59º 0.98% 0.63% -
HSV(B) 290.59º 0.73% 0.99% -
XYZ 50.54 27.07 95.49 -
YUV 135.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 224 68 253 0.11 0.73 0 0.01 290.59 0.98 0.63
Hex E0 44 FD B 49 0 1 123 62 3F
Octal 340 104 375 13 111 0 1 443 142 77
Binary 11100000 1000100 11111101 1011 1001001 0 1 100100011 1100010 111111

Color Harmonies of #E044FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E044FD

Black with #E044FD

Text Example


Text Example

White with #E044FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E044FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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