Html Css Color HEX #E264FC Heliotrope

📋 copy color: '#E264FC'

red 226 ◦ green 100 ◦ blue 252

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

Shades of Heliotrope #E264FC

Tints of Heliotrope #E264FC

RGB

 RED value IS 226 (88.67% from 255) = 39.1%

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

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

R = 39.1%
G = 17.3%
B = 43.6%

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

#E264FC (or 0xE264FC) is known color: Heliotrope. HEX triplet: E2, 64 and FC. RGB value is (226,100,252). Sum of RGB (Red+Green+Blue) = 226+100+252=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 100 (39.45% from 255 or 17.30% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #E264FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E264FC is #1D9B03. Grayscale: #9A9A9A. Windows color (decimal): -1940228 or 16540898. OLE color: 16540898.

HSL color Cylindrical-coordinate representation of color #E264FC: hue angle of 289.74º 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 #E264FC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 100 252 -
CMYK 0.10 0.60 0 0.01
HSL 289.74º 0.96% 0.69% -
HSV(B) 289.74º 0.6% 0.99% -
XYZ 53.49 32.31 95.51 -
YUV 155 182.74 178.64 -
System Red Green Blue C M Y K H S L
Decimal 226 100 252 0.10 0.60 0 0.01 289.74 0.96 0.69
Hex E2 64 FC A 3C 0 1 122 60 45
Octal 342 144 374 12 74 0 1 442 140 105
Binary 11100010 1100100 11111100 1010 111100 0 1 100100010 1100000 1000101

Color Harmonies of #E264FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E264FC

Black with #E264FC

Text Example


Text Example

White with #E264FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E264FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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