Html Css Color HEX #E269F0 Heliotrope

📋 copy color: '#E269F0'

red 226 ◦ green 105 ◦ blue 240

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

Shades of Heliotrope #E269F0

Tints of Heliotrope #E269F0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.39%

 BLUE value IS 240 (94.14% from 255) = 42.03%

R = 39.58%
G = 18.39%
B = 42.03%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E269F0 (or 0xE269F0) is known color: Heliotrope. HEX triplet: E2, 69 and F0. RGB value is (226,105,240). Sum of RGB (Red+Green+Blue) = 226+105+240=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 105 (41.41% from 255 or 18.39% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #E269F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E269F0 is #1D960F. Grayscale: #9C9C9C. Windows color (decimal): -1938960 or 15755746. OLE color: 15755746.

HSL color Cylindrical-coordinate representation of color #E269F0: hue angle of 293.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E269F0 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 105 240 -
CMYK 0.06 0.56 0 0.06
HSL 293.78º 0.82% 0.68% -
HSV(B) 293.78º 0.56% 0.94% -
XYZ 52.14 32.56 85.98 -
YUV 156.57 175.09 177.52 -
System Red Green Blue C M Y K H S L
Decimal 226 105 240 0.06 0.56 0 0.06 293.78 0.82 0.68
Hex E2 69 F0 6 38 0 6 126 52 44
Octal 342 151 360 6 70 0 6 446 122 104
Binary 11100010 1101001 11110000 110 111000 0 110 100100110 1010010 1000100

Color Harmonies of #E269F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E269F0

Black with #E269F0

Text Example


Text Example

White with #E269F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E269F0; }

 p { color: rgb(226,105,240); }

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

background-color css

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

 a { background-color: rgb(226,105,240); }

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

border-color css

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

 span { border-color: rgb(226,105,240); }

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