#E26560

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

Shades of Roman #E26560

Tints of Roman #E26560

Color information

#E26560 (or 0xE26560) is unknown color: approx Roman. HEX triplet: E2, 65 and 60. RGB value is (226,101,96). Sum of RGB (Red+Green+Blue) = 226+101+96=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E26560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26560 is #1D9A9F. Grayscale: #898989. Windows color (decimal): -1940128 or 6317538. OLE color: 6317538.

HSL color Cylindrical-coordinate representation of color #E26560: hue angle of 2.31º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E26560 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22610196-
CMYK00.550.580.11
HSL2.31º69.15%63.14%-
HSV(B)2.31º57.52%88.63%-
XYZ38.1326.3214.14-
YUV137.8104.41190.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.43%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=53.43%
G=23.88%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261019600.550.580.112.3169.1563.14
HexE265600373AB2453f
Octal3421451400677213210577
Binary111000101100101110000001101111110101011101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26560; }

 p { color: rgb(226,101,96); }

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

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

 a { background-color: rgb(226,101,96); }

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

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

 span { border-color: rgb(226,101,96); }

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