#E26A69

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

Shades of Roman #E26A69

Tints of Roman #E26A69

Color information

#E26A69 (or 0xE26A69) is unknown color: approx Roman. HEX triplet: E2, 6A and 69. RGB value is (226,106,105). Sum of RGB (Red+Green+Blue) = 226+106+105=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A69 is #1D9596. Grayscale: #8D8D8D. Windows color (decimal): -1938839 or 6908642. OLE color: 6908642.

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

Color convert

RGB226106105-
CMYK00.530.540.11
HSL0.5º67.6%64.9%-
HSV(B)0.5º53.54%88.63%-
XYZ39.0727.516.61-
YUV141.77107.26188.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.72%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=51.72%
G=24.26%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610610500.530.540.110.567.664.9
HexE26A6903536B04441
Octal34215215106566130104101
Binary111000101101010110100101101011101101011010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26A69; }

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

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

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

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

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

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

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

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