#E1665F

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

Shades of Roman #E1665F

Tints of Roman #E1665F

Color information

#E1665F (or 0xE1665F) is unknown color: approx Roman. HEX triplet: E1, 66 and 5F. RGB value is (225,102,95). Sum of RGB (Red+Green+Blue) = 225+102+95=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1665F is #1E99A0. Grayscale: #8A8A8A. Windows color (decimal): -2005409 or 6252257. OLE color: 6252257.

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

Color convert

RGB22510295-
CMYK00.550.580.12
HSL3.23º68.42%62.75%-
HSV(B)3.23º57.78%88.24%-
XYZ37.8726.3413.91-
YUV137.98103.75190.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=53.32%
G=24.17%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251029500.550.580.123.2368.4262.75
HexE1665F0373AC3443f
Octal3411461370677214310477
Binary111000011100110101111101101111110101100111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1665F; }

 p { color: rgb(225,102,95); }

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

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

 a { background-color: rgb(225,102,95); }

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

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

 span { border-color: rgb(225,102,95); }

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