Html Css Color HEX #E264FE Heliotrope

📋 copy color: '#E264FE'

red 226 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #E264FE

Tints of Heliotrope #E264FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 38.97%
G = 17.24%
B = 43.79%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E264FE (or 0xE264FE) is known color: Heliotrope. HEX triplet: E2, 64 and FE. RGB value is (226,100,254). Sum of RGB (Red+Green+Blue) = 226+100+254=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 100 (39.45% from 255 or 17.24% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #E264FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E264FE is #1D9B01. Grayscale: #9A9A9A. Windows color (decimal): -1940226 or 16671970. OLE color: 16671970.

HSL color Cylindrical-coordinate representation of color #E264FE: hue angle of 289.09º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E264FE is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 100 254 -
CMYK 0.11 0.61 0 0.00
HSL 289.09º 0.99% 0.69% -
HSV(B) 289.09º 0.61% 1% -
XYZ 53.81 32.44 97.19 -
YUV 155.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 226 100 254 0.11 0.61 0 0.00 289.09 0.99 0.69
Hex E2 64 FE B 3D 0 0 121 63 45
Octal 342 144 376 13 75 0 0 441 143 105
Binary 11100010 1100100 11111110 1011 111101 0 0 100100001 1100011 1000101

Color Harmonies of #E264FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E264FE

Black with #E264FE

Text Example


Text Example

White with #E264FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E264FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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