#e2675e

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

Shades of Roman #E2675E

Tints of Roman #E2675E

Color information

#E2675E (or 0xE2675E) is unknown color: approx Roman. HEX triplet: E2, 67 and 5E. RGB value is (226,103,94). Sum of RGB (Red+Green+Blue) = 226+103+94=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2675E is #1D98A1. Grayscale: #8A8A8A. Windows color (decimal): -1939618 or 6186978. OLE color: 6186978.

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

Color convert

RGB22610394-
CMYK00.540.580.11
HSL4.09º69.47%62.75%-
HSV(B)4.09º58.41%88.63%-
XYZ38.2326.6813.72-
YUV138.75102.75190.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.43%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=53.43%
G=24.35%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261039400.540.580.114.0969.4762.75
HexE2675E0363AB4453f
Octal3421471360667213410577
Binary1110001011001111011110011011011101010111001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2675e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2675e; }

 p { color: rgb(226,103,94); }

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

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

 a { background-color: rgb(226,103,94); }

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

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

 span { border-color: rgb(226,103,94); }

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