Html Css Color HEX #E06EF1 Heliotrope

📋 copy color: '#E06EF1'

red 224 ◦ green 110 ◦ blue 241

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

Shades of Heliotrope #E06EF1

Tints of Heliotrope #E06EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.13%

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

R = 38.96%
G = 19.13%
B = 41.91%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E06EF1 (or 0xE06EF1) is known color: Heliotrope. HEX triplet: E0, 6E and F1. RGB value is (224,110,241). Sum of RGB (Red+Green+Blue) = 224+110+241=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #E06EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06EF1 is #1F910E. Grayscale: #9E9E9E. Windows color (decimal): -2068751 or 15822560. OLE color: 15822560.

HSL color Cylindrical-coordinate representation of color #E06EF1: hue angle of 292.21º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06EF1 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 110 241 -
CMYK 0.07 0.54 0 0.05
HSL 292.21º 0.82% 0.69% -
HSV(B) 292.21º 0.54% 0.95% -
XYZ 52.19 33.35 86.91 -
YUV 159.02 174.27 174.35 -
System Red Green Blue C M Y K H S L
Decimal 224 110 241 0.07 0.54 0 0.05 292.21 0.82 0.69
Hex E0 6E F1 7 36 0 5 124 52 45
Octal 340 156 361 7 66 0 5 444 122 105
Binary 11100000 1101110 11110001 111 110110 0 101 100100100 1010010 1000101

Color Harmonies of #E06EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EF1

Black with #E06EF1

Text Example


Text Example

White with #E06EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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