Html Css Color HEX #E468F0 Heliotrope

📋 copy color: '#E468F0'

red 228 ◦ green 104 ◦ blue 240

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

Shades of Heliotrope #E468F0

Tints of Heliotrope #E468F0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.18%

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

R = 39.86%
G = 18.18%
B = 41.96%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E468F0 (or 0xE468F0) is known color: Heliotrope. HEX triplet: E4, 68 and F0. RGB value is (228,104,240). Sum of RGB (Red+Green+Blue) = 228+104+240=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 104 (41.02% from 255 or 18.18% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #E468F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E468F0 is #1B970F. Grayscale: #9C9C9C. Windows color (decimal): -1808144 or 15755492. OLE color: 15755492.

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

Color convert

RGB 228 104 240 -
CMYK 0.05 0.57 0 0.06
HSL 294.71º 0.82% 0.67% -
HSV(B) 294.71º 0.57% 0.94% -
XYZ 52.67 32.69 85.97 -
YUV 156.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 228 104 240 0.05 0.57 0 0.06 294.71 0.82 0.67
Hex E4 68 F0 5 39 0 6 127 52 43
Octal 344 150 360 5 71 0 6 447 122 103
Binary 11100100 1101000 11110000 101 111001 0 110 100100111 1010010 1000011

Color Harmonies of #E468F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E468F0

Black with #E468F0

Text Example


Text Example

White with #E468F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E468F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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