Html Css Color HEX #E269FA Heliotrope

📋 copy color: '#E269FA'

red 226 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #E269FA

Tints of Heliotrope #E269FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 38.9%
G = 18.07%
B = 43.03%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E269FA (or 0xE269FA) is known color: Heliotrope. HEX triplet: E2, 69 and FA. RGB value is (226,105,250). Sum of RGB (Red+Green+Blue) = 226+105+250=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 105 (41.41% from 255 or 18.07% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #E269FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E269FA is #1D9605. Grayscale: #9D9D9D. Windows color (decimal): -1938950 or 16411106. OLE color: 16411106.

HSL color Cylindrical-coordinate representation of color #E269FA: hue angle of 290.07º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E269FA is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 105 250 -
CMYK 0.10 0.58 0 0.02
HSL 290.07º 0.94% 0.7% -
HSV(B) 290.07º 0.58% 0.98% -
XYZ 53.67 33.17 94.02 -
YUV 157.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 226 105 250 0.10 0.58 0 0.02 290.07 0.94 0.7
Hex E2 69 FA A 3A 0 2 122 5E 46
Octal 342 151 372 12 72 0 2 442 136 106
Binary 11100010 1101001 11111010 1010 111010 0 10 100100010 1011110 1000110

Color Harmonies of #E269FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E269FA

Black with #E269FA

Text Example


Text Example

White with #E269FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E269FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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