Html Css Color HEX #E04DFF Heliotrope

📋 copy color: '#E04DFF'

red 224 ◦ green 77 ◦ blue 255

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

Shades of Heliotrope #E04DFF

Tints of Heliotrope #E04DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.86%

R = 40.29%
G = 13.85%
B = 45.86%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E04DFF (or 0xE04DFF) is known color: Heliotrope. HEX triplet: E0, 4D and FF. RGB value is (224,77,255). Sum of RGB (Red+Green+Blue) = 224+77+255=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 77 (30.47% from 255 or 13.85% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #E04DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04DFF is #1FB200. Grayscale: #8C8C8C. Windows color (decimal): -2077185 or 16731616. OLE color: 16731616.

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

Color convert

RGB 224 77 255 -
CMYK 0.12 0.70 0 0
HSL 289.55º 1% 0.65% -
HSV(B) 289.55º 0.7% 1% -
XYZ 51.44 28.38 97.37 -
YUV 141.25 192.2 187.03 -
System Red Green Blue C M Y K H S L
Decimal 224 77 255 0.12 0.70 0 0 289.55 1 0.65
Hex E0 4D FF C 46 0 0 122 64 41
Octal 340 115 377 14 106 0 0 442 144 101
Binary 11100000 1001101 11111111 1100 1000110 0 0 100100010 1100100 1000001

Color Harmonies of #E04DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DFF

Black with #E04DFF

Text Example


Text Example

White with #E04DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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