Html Css Color HEX #E049FD Heliotrope

📋 copy color: '#E049FD'

red 224 ◦ green 73 ◦ blue 253

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

Shades of Heliotrope #E049FD

Tints of Heliotrope #E049FD

RGB

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

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

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

R = 40.73%
G = 13.27%
B = 46%

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

#E049FD (or 0xE049FD) is known color: Heliotrope. HEX triplet: E0, 49 and FD. RGB value is (224,73,253). Sum of RGB (Red+Green+Blue) = 224+73+253=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 73 (28.91% from 255 or 13.27% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #E049FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E049FD is #1FB602. Grayscale: #8A8A8A. Windows color (decimal): -2078211 or 16599520. OLE color: 16599520.

HSL color Cylindrical-coordinate representation of color #E049FD: hue angle of 290.33º degrees, saturation: 0.98, 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 #E049FD is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 73 253 -
CMYK 0.11 0.71 0 0.01
HSL 290.33º 0.98% 0.64% -
HSV(B) 290.33º 0.71% 0.99% -
XYZ 50.85 27.7 95.6 -
YUV 138.67 192.53 188.86 -
System Red Green Blue C M Y K H S L
Decimal 224 73 253 0.11 0.71 0 0.01 290.33 0.98 0.64
Hex E0 49 FD B 47 0 1 122 62 40
Octal 340 111 375 13 107 0 1 442 142 100
Binary 11100000 1001001 11111101 1011 1000111 0 1 100100010 1100010 1000000

Color Harmonies of #E049FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049FD

Black with #E049FD

Text Example


Text Example

White with #E049FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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