#E272F9

Color #E272F9 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E272F9

Tints of Heliotrope #E272F9

Color information

#E272F9 (or 0xE272F9) is unknown color: approx Heliotrope. HEX triplet: E2, 72 and F9. RGB value is (226,114,249). Sum of RGB (Red+Green+Blue) = 226+114+249=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #E272F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E272F9 is #1D8D06. Grayscale: #A2A2A2. Windows color (decimal): -1936647 or 16347874. OLE color: 16347874.

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

Color convert

RGB226114249-
CMYK0.090.5400.02
HSL289.78º91.84%71.18%-
HSV(B)289.78º54.22%97.65%-
XYZ54.4835.0493.52-
YUV162.88176.61173.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 114 (44.92% from 255) = 19.35%
BLUE value IS 249 (97.66% from 255) = 42.28%
R=38.37%
G=19.35%
B=42.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261142490.090.5400.02289.7891.8471.18
HexE272F9936021225c47
Octal342162371116602442134107
Binary11100010111001011111001100111011001010010001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E272F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E272F9; }

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

 H1.HeaderClassName
 {
   color: #E272F9;
 }
 .AnyTagClassName
 {
   color: #E272F9;
 }
</style>
background-color css

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

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

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

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

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

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