Html Css Color HEX #E46CF0 Heliotrope

📋 copy color: '#E46CF0'

red 228 ◦ green 108 ◦ blue 240

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

Shades of Heliotrope #E46CF0

Tints of Heliotrope #E46CF0

RGB

 RED value IS 228 (89.45% from 255) = 39.58%

 GREEN value IS 108 (42.58% from 255) = 18.75%

 BLUE value IS 240 (94.14% from 255) = 41.67%

R = 39.58%
G = 18.75%
B = 41.67%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E46CF0 (or 0xE46CF0) is known color: Heliotrope. HEX triplet: E4, 6C and F0. RGB value is (228,108,240). Sum of RGB (Red+Green+Blue) = 228+108+240=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #E46CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46CF0 is #1B930F. Grayscale: #9E9E9E. Windows color (decimal): -1807120 or 15756516. OLE color: 15756516.

HSL color Cylindrical-coordinate representation of color #E46CF0: hue angle of 294.55º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E46CF0 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 228 108 240 -
CMYK 0.05 0.55 0 0.06
HSL 294.55º 0.81% 0.68% -
HSV(B) 294.55º 0.55% 0.94% -
XYZ 53.09 33.51 86.11 -
YUV 158.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 228 108 240 0.05 0.55 0 0.06 294.55 0.81 0.68
Hex E4 6C F0 5 37 0 6 127 51 44
Octal 344 154 360 5 67 0 6 447 121 104
Binary 11100100 1101100 11110000 101 110111 0 110 100100111 1010001 1000100

Color Harmonies of #E46CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46CF0

Black with #E46CF0

Text Example


Text Example

White with #E46CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46CF0; }

 p { color: rgb(228,108,240); }

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

background-color css

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

 a { background-color: rgb(228,108,240); }

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

border-color css

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

 span { border-color: rgb(228,108,240); }

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