Html Css Color HEX #E468FC Heliotrope

📋 copy color: '#E468FC'

red 228 ◦ green 104 ◦ blue 252

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

Shades of Heliotrope #E468FC

Tints of Heliotrope #E468FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 39.04%
G = 17.81%
B = 43.15%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E468FC (or 0xE468FC) is known color: Heliotrope. HEX triplet: E4, 68 and FC. RGB value is (228,104,252). Sum of RGB (Red+Green+Blue) = 228+104+252=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 104 (41.02% from 255 or 17.81% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #E468FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E468FC is #1B9703. Grayscale: #9D9D9D. Windows color (decimal): -1808132 or 16541924. OLE color: 16541924.

HSL color Cylindrical-coordinate representation of color #E468FC: hue angle of 290.27º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E468FC is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 104 252 -
CMYK 0.10 0.59 0 0.01
HSL 290.27º 0.96% 0.7% -
HSV(B) 290.27º 0.59% 0.99% -
XYZ 54.52 33.42 95.67 -
YUV 157.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 228 104 252 0.10 0.59 0 0.01 290.27 0.96 0.7
Hex E4 68 FC A 3B 0 1 122 60 46
Octal 344 150 374 12 73 0 1 442 140 106
Binary 11100100 1101000 11111100 1010 111011 0 1 100100010 1100000 1000110

Color Harmonies of #E468FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E468FC

Black with #E468FC

Text Example


Text Example

White with #E468FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E468FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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