#E2655A

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

Shades of Roman #E2655A

Tints of Roman #E2655A

Color information

#E2655A (or 0xE2655A) is unknown color: approx Roman. HEX triplet: E2, 65 and 5A. RGB value is (226,101,90). Sum of RGB (Red+Green+Blue) = 226+101+90=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2655A is #1D9AA5. Grayscale: #898989. Windows color (decimal): -1940134 or 5924322. OLE color: 5924322.

HSL color Cylindrical-coordinate representation of color #E2655A: hue angle of 4.85º 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 #E2655A is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22610190-
CMYK00.550.600.11
HSL4.85º70.1%61.96%-
HSV(B)4.85º60.18%88.63%-
XYZ37.8626.2112.74-
YUV137.12101.41191.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.20%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=54.20%
G=24.22%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261019000.550.600.114.8570.161.96
HexE2655A0373CB5463e
Octal3421451320677413510676
Binary1110001011001011011010011011111110010111011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2655A; }

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

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

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

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

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

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

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

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