Html Css Color HEX #E265F9 Heliotrope

📋 copy color: '#E265F9'

red 226 ◦ green 101 ◦ blue 249

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

Shades of Heliotrope #E265F9

Tints of Heliotrope #E265F9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.53%

 BLUE value IS 249 (97.66% from 255) = 43.23%

R = 39.24%
G = 17.53%
B = 43.23%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E265F9 (or 0xE265F9) is known color: Heliotrope. HEX triplet: E2, 65 and F9. RGB value is (226,101,249). Sum of RGB (Red+Green+Blue) = 226+101+249=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 101 (39.84% from 255 or 17.53% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #E265F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E265F9 is #1D9A06. Grayscale: #9A9A9A. Windows color (decimal): -1939975 or 16344546. OLE color: 16344546.

HSL color Cylindrical-coordinate representation of color #E265F9: hue angle of 290.68º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E265F9 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 101 249 -
CMYK 0.09 0.59 0 0.02
HSL 290.68º 0.93% 0.69% -
HSV(B) 290.68º 0.59% 0.98% -
XYZ 53.12 32.32 93.06 -
YUV 155.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 226 101 249 0.09 0.59 0 0.02 290.68 0.93 0.69
Hex E2 65 F9 9 3B 0 2 123 5C 45
Octal 342 145 371 11 73 0 2 443 134 105
Binary 11100010 1100101 11111001 1001 111011 0 10 100100011 1011100 1000101

Color Harmonies of #E265F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E265F9

Black with #E265F9

Text Example


Text Example

White with #E265F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E265F9; }

 p { color: rgb(226,101,249); }

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

background-color css

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

 a { background-color: rgb(226,101,249); }

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

border-color css

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

 span { border-color: rgb(226,101,249); }

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