#E06859

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

Shades of Roman #E06859

Tints of Roman #E06859

Color information

#E06859 (or 0xE06859) is unknown color: approx Roman. HEX triplet: E0, 68 and 59. RGB value is (224,104,89). Sum of RGB (Red+Green+Blue) = 224+104+89=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E06859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06859 is #1F97A6. Grayscale: #8A8A8A. Windows color (decimal): -2070439 or 5859552. OLE color: 5859552.

HSL color Cylindrical-coordinate representation of color #E06859: hue angle of 6.67º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E06859 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22410489-
CMYK00.540.600.12
HSL6.67º68.53%61.37%-
HSV(B)6.67º60.27%87.84%-
XYZ37.4926.4712.58-
YUV138.17100.26189.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.72%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 89 (35.16% from 255) = 21.34%
R=53.72%
G=24.94%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241048900.540.600.126.6768.5361.37
HexE068590363CC7453d
Octal3401501310667414710575
Binary1110000011010001011001011011011110011001111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06859; }

 p { color: rgb(224,104,89); }

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

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

 a { background-color: rgb(224,104,89); }

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

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

 span { border-color: rgb(224,104,89); }

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