Html Css Color HEX #E061F4 Heliotrope

📋 copy color: '#E061F4'

red 224 ◦ green 97 ◦ blue 244

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

Shades of Heliotrope #E061F4

Tints of Heliotrope #E061F4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.17%

 BLUE value IS 244 (95.7% from 255) = 43.19%

R = 39.65%
G = 17.17%
B = 43.19%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E061F4 (or 0xE061F4) is known color: Heliotrope. HEX triplet: E0, 61 and F4. RGB value is (224,97,244). Sum of RGB (Red+Green+Blue) = 224+97+244=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 97 (38.28% from 255 or 17.17% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #E061F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E061F4 is #1F9E0B. Grayscale: #979797. Windows color (decimal): -2072076 or 16015840. OLE color: 16015840.

HSL color Cylindrical-coordinate representation of color #E061F4: hue angle of 291.84º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E061F4 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 97 244 -
CMYK 0.08 0.60 0 0.04
HSL 291.84º 0.87% 0.67% -
HSV(B) 291.84º 0.6% 0.96% -
XYZ 51.34 30.93 88.85 -
YUV 151.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 224 97 244 0.08 0.60 0 0.04 291.84 0.87 0.67
Hex E0 61 F4 8 3C 0 4 124 57 43
Octal 340 141 364 10 74 0 4 444 127 103
Binary 11100000 1100001 11110100 1000 111100 0 100 100100100 1010111 1000011

Color Harmonies of #E061F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061F4

Black with #E061F4

Text Example


Text Example

White with #E061F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061F4; }

 p { color: rgb(224,97,244); }

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

background-color css

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

 a { background-color: rgb(224,97,244); }

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

border-color css

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

 span { border-color: rgb(224,97,244); }

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