Html Css Color HEX #E04EFF Heliotrope

📋 copy color: '#E04EFF'

red 224 ◦ green 78 ◦ blue 255

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

Shades of Heliotrope #E04EFF

Tints of Heliotrope #E04EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14%

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

R = 40.22%
G = 14%
B = 45.78%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E04EFF (or 0xE04EFF) is known color: Heliotrope. HEX triplet: E0, 4E and FF. RGB value is (224,78,255). Sum of RGB (Red+Green+Blue) = 224+78+255=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 78 (30.86% from 255 or 14.00% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #E04EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04EFF is #1FB100. Grayscale: #8D8D8D. Windows color (decimal): -2076929 or 16731872. OLE color: 16731872.

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

Color convert

RGB 224 78 255 -
CMYK 0.12 0.69 0 0
HSL 289.49º 1% 0.65% -
HSV(B) 289.49º 0.69% 1% -
XYZ 51.51 28.52 97.4 -
YUV 141.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 224 78 255 0.12 0.69 0 0 289.49 1 0.65
Hex E0 4E FF C 45 0 0 121 64 41
Octal 340 116 377 14 105 0 0 441 144 101
Binary 11100000 1001110 11111111 1100 1000101 0 0 100100001 1100100 1000001

Color Harmonies of #E04EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04EFF

Black with #E04EFF

Text Example


Text Example

White with #E04EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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