#E0655D

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

Shades of Roman #E0655D

Tints of Roman #E0655D

Color information

#E0655D (or 0xE0655D) is unknown color: approx Roman. HEX triplet: E0, 65 and 5D. RGB value is (224,101,93). Sum of RGB (Red+Green+Blue) = 224+101+93=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0655D is #1F9AA2. Grayscale: #898989. Windows color (decimal): -2071203 or 6120928. OLE color: 6120928.

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

Color convert

RGB22410193-
CMYK00.550.580.12
HSL3.66º67.88%62.16%-
HSV(B)3.66º58.48%87.84%-
XYZ37.3725.9413.39-
YUV136.86103.25190.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.59%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 93 (36.72% from 255) = 22.25%
R=53.59%
G=24.16%
B=22.25%

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
Decimal2241019300.550.580.123.6667.8862.16
HexE0655D0373AC4443e
Octal3401451350677214410476
Binary1110000011001011011101011011111101011001001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0655D; }

 p { color: rgb(224,101,93); }

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

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

 a { background-color: rgb(224,101,93); }

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

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

 span { border-color: rgb(224,101,93); }

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