#E0655B

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

Shades of Roman #E0655B

Tints of Roman #E0655B

Color information

#E0655B (or 0xE0655B) is unknown color: approx Roman. HEX triplet: E0, 65 and 5B. RGB value is (224,101,91). Sum of RGB (Red+Green+Blue) = 224+101+91=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0655B is #1F9AA4. Grayscale: #888888. Windows color (decimal): -2071205 or 5989856. OLE color: 5989856.

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

Color convert

RGB22410191-
CMYK00.550.590.12
HSL4.51º68.21%61.76%-
HSV(B)4.51º59.38%87.84%-
XYZ37.2825.9112.93-
YUV136.64102.25190.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.85%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 91 (35.94% from 255) = 21.88%
R=53.85%
G=24.28%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241019100.550.590.124.5168.2161.76
HexE0655B0373BC5443e
Octal3401451330677314510476
Binary1110000011001011011011011011111101111001011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0655B; }

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

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

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

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

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

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

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

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