Html Css Color HEX #E04DFD Heliotrope

📋 copy color: '#E04DFD'

red 224 ◦ green 77 ◦ blue 253

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

Shades of Heliotrope #E04DFD

Tints of Heliotrope #E04DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.9%

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

R = 40.43%
G = 13.9%
B = 45.67%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E04DFD (or 0xE04DFD) is known color: Heliotrope. HEX triplet: E0, 4D and FD. RGB value is (224,77,253). Sum of RGB (Red+Green+Blue) = 224+77+253=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 77 (30.47% from 255 or 13.90% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #E04DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04DFD is #1FB202. Grayscale: #8C8C8C. Windows color (decimal): -2077187 or 16600544. OLE color: 16600544.

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

Color convert

RGB 224 77 253 -
CMYK 0.11 0.70 0 0.01
HSL 290.11º 0.98% 0.65% -
HSV(B) 290.11º 0.7% 0.99% -
XYZ 51.12 28.25 95.69 -
YUV 141.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 224 77 253 0.11 0.70 0 0.01 290.11 0.98 0.65
Hex E0 4D FD B 46 0 1 122 62 41
Octal 340 115 375 13 106 0 1 442 142 101
Binary 11100000 1001101 11111101 1011 1000110 0 1 100100010 1100010 1000001

Color Harmonies of #E04DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DFD

Black with #E04DFD

Text Example


Text Example

White with #E04DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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