Html Css Color HEX #E04FFC Heliotrope

📋 copy color: '#E04FFC'

red 224 ◦ green 79 ◦ blue 252

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

Shades of Heliotrope #E04FFC

Tints of Heliotrope #E04FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.23%

 BLUE value IS 252 (98.83% from 255) = 45.41%

R = 40.36%
G = 14.23%
B = 45.41%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E04FFC (or 0xE04FFC) is known color: Heliotrope. HEX triplet: E0, 4F and FC. RGB value is (224,79,252). Sum of RGB (Red+Green+Blue) = 224+79+252=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 79 (31.25% from 255 or 14.23% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #E04FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04FFC is #1FB003. Grayscale: #8D8D8D. Windows color (decimal): -2076676 or 16535520. OLE color: 16535520.

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

Color convert

RGB 224 79 252 -
CMYK 0.11 0.69 0 0.01
HSL 290.29º 0.97% 0.65% -
HSV(B) 290.29º 0.69% 0.99% -
XYZ 51.11 28.47 94.9 -
YUV 142.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 224 79 252 0.11 0.69 0 0.01 290.29 0.97 0.65
Hex E0 4F FC B 45 0 1 122 61 41
Octal 340 117 374 13 105 0 1 442 141 101
Binary 11100000 1001111 11111100 1011 1000101 0 1 100100010 1100001 1000001

Color Harmonies of #E04FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04FFC

Black with #E04FFC

Text Example


Text Example

White with #E04FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04FFC; }

 p { color: rgb(224,79,252); }

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

background-color css

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

 a { background-color: rgb(224,79,252); }

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

border-color css

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

 span { border-color: rgb(224,79,252); }

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