Html Css Color HEX #E261FC Heliotrope

📋 copy color: '#E261FC'

red 226 ◦ green 97 ◦ blue 252

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

Shades of Heliotrope #E261FC

Tints of Heliotrope #E261FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.87%

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

R = 39.3%
G = 16.87%
B = 43.83%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E261FC (or 0xE261FC) is known color: Heliotrope. HEX triplet: E2, 61 and FC. RGB value is (226,97,252). Sum of RGB (Red+Green+Blue) = 226+97+252=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 97 (38.28% from 255 or 16.87% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #E261FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E261FC is #1D9E03. Grayscale: #989898. Windows color (decimal): -1940996 or 16540130. OLE color: 16540130.

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

Color convert

RGB 226 97 252 -
CMYK 0.10 0.62 0 0.01
HSL 289.94º 0.96% 0.68% -
HSV(B) 289.94º 0.62% 0.99% -
XYZ 53.21 31.75 95.42 -
YUV 153.24 183.74 179.9 -
System Red Green Blue C M Y K H S L
Decimal 226 97 252 0.10 0.62 0 0.01 289.94 0.96 0.68
Hex E2 61 FC A 3E 0 1 122 60 44
Octal 342 141 374 12 76 0 1 442 140 104
Binary 11100010 1100001 11111100 1010 111110 0 1 100100010 1100000 1000100

Color Harmonies of #E261FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E261FC

Black with #E261FC

Text Example


Text Example

White with #E261FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E261FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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