#E26B7E

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

Shades of Froly #E26B7E

Tints of Froly #E26B7E

Color information

#E26B7E (or 0xE26B7E) is unknown color: approx Froly. HEX triplet: E2, 6B and 7E. RGB value is (226,107,126). Sum of RGB (Red+Green+Blue) = 226+107+126=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26B7E is #1D9481. Grayscale: #909090. Windows color (decimal): -1938562 or 8285154. OLE color: 8285154.

HSL color Cylindrical-coordinate representation of color #E26B7E: hue angle of 350.42º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26B7E is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB226107126-
CMYK00.530.440.11
HSL350.42º67.23%65.29%-
HSV(B)350.42º52.65%88.63%-
XYZ40.3928.1923.05-
YUV144.75117.42185.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.24%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=49.24%
G=23.31%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610712600.530.440.11350.4267.2365.29
HexE26B7E0352CB15e4341
Octal3421531760655413536103101
Binary11100010110101111111100110101101100101110101111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26B7E; }

 p { color: rgb(226,107,126); }

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

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

 a { background-color: rgb(226,107,126); }

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

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

 span { border-color: rgb(226,107,126); }

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