Html Css Color HEX #E364FC Heliotrope

📋 copy color: '#E364FC'

red 227 ◦ green 100 ◦ blue 252

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

Shades of Heliotrope #E364FC

Tints of Heliotrope #E364FC

RGB

 RED value IS 227 (89.06% from 255) = 39.21%

 GREEN value IS 100 (39.45% from 255) = 17.27%

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

R = 39.21%
G = 17.27%
B = 43.52%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E364FC (or 0xE364FC) is known color: Heliotrope. HEX triplet: E3, 64 and FC. RGB value is (227,100,252). Sum of RGB (Red+Green+Blue) = 227+100+252=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 100 (39.45% from 255 or 17.27% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #E364FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E364FC is #1C9B03. Grayscale: #9A9A9A. Windows color (decimal): -1874692 or 16540899. OLE color: 16540899.

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

Color convert

RGB 227 100 252 -
CMYK 0.10 0.60 0 0.01
HSL 290.13º 0.96% 0.69% -
HSV(B) 290.13º 0.6% 0.99% -
XYZ 53.81 32.47 95.53 -
YUV 155.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 227 100 252 0.10 0.60 0 0.01 290.13 0.96 0.69
Hex E3 64 FC A 3C 0 1 122 60 45
Octal 343 144 374 12 74 0 1 442 140 105
Binary 11100011 1100100 11111100 1010 111100 0 1 100100010 1100000 1000101

Color Harmonies of #E364FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E364FC

Black with #E364FC

Text Example


Text Example

White with #E364FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E364FC; }

 p { color: rgb(227,100,252); }

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

background-color css

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

 a { background-color: rgb(227,100,252); }

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

border-color css

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

 span { border-color: rgb(227,100,252); }

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