#E2605B

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

Shades of Roman #E2605B

Tints of Roman #E2605B

Color information

#E2605B (or 0xE2605B) is unknown color: approx Roman. HEX triplet: E2, 60 and 5B. RGB value is (226,96,91). Sum of RGB (Red+Green+Blue) = 226+96+91=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E2605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2605B is #1D9FA4. Grayscale: #868686. Windows color (decimal): -1941413 or 5988578. OLE color: 5988578.

HSL color Cylindrical-coordinate representation of color #E2605B: hue angle of 2.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2605B is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB2269691-
CMYK00.580.600.11
HSL2.22º69.95%62.16%-
HSV(B)2.22º59.73%88.63%-
XYZ37.4425.2912.81-
YUV134.3103.57193.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.72%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 91 (35.94% from 255) = 22.03%
R=54.72%
G=23.24%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226969100.580.600.112.2269.9562.16
HexE2605B03A3CB2463e
Octal3421401330727413210676
Binary111000101100000101101101110101111001011101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2605B; }

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

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

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

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

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

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

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

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