Html Css Color HEX #E061F1 Heliotrope

📋 copy color: '#E061F1'

red 224 ◦ green 97 ◦ blue 241

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

Shades of Heliotrope #E061F1

Tints of Heliotrope #E061F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.88%

R = 39.86%
G = 17.26%
B = 42.88%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E061F1 (or 0xE061F1) is known color: Heliotrope. HEX triplet: E0, 61 and F1. RGB value is (224,97,241). Sum of RGB (Red+Green+Blue) = 224+97+241=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 97 (38.28% from 255 or 17.26% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #E061F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E061F1 is #1F9E0E. Grayscale: #969696. Windows color (decimal): -2072079 or 15819232. OLE color: 15819232.

HSL color Cylindrical-coordinate representation of color #E061F1: hue angle of 292.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E061F1 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 97 241 -
CMYK 0.07 0.60 0 0.05
HSL 292.92º 0.84% 0.66% -
HSV(B) 292.92º 0.6% 0.95% -
XYZ 50.89 30.75 86.47 -
YUV 151.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 224 97 241 0.07 0.60 0 0.05 292.92 0.84 0.66
Hex E0 61 F1 7 3C 0 5 125 54 42
Octal 340 141 361 7 74 0 5 445 124 102
Binary 11100000 1100001 11110001 111 111100 0 101 100100101 1010100 1000010

Color Harmonies of #E061F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061F1

Black with #E061F1

Text Example


Text Example

White with #E061F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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