#E0675A

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

Shades of Roman #E0675A

Tints of Roman #E0675A

Color information

#E0675A (or 0xE0675A) is unknown color: approx Roman. HEX triplet: E0, 67 and 5A. RGB value is (224,103,90). Sum of RGB (Red+Green+Blue) = 224+103+90=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0675A is #1F98A5. Grayscale: #898989. Windows color (decimal): -2070694 or 5924832. OLE color: 5924832.

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

Color convert

RGB22410390-
CMYK00.540.600.12
HSL5.82º68.37%61.57%-
HSV(B)5.82º59.82%87.84%-
XYZ37.4426.2912.77-
YUV137.7101.09189.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.72%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=53.72%
G=24.70%
B=21.58%

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
Decimal2241039000.540.600.125.8268.3761.57
HexE0675A0363CC6443e
Octal3401471320667414610476
Binary1110000011001111011010011011011110011001101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0675A; }

 p { color: rgb(224,103,90); }

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

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

 a { background-color: rgb(224,103,90); }

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

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

 span { border-color: rgb(224,103,90); }

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