#EA615F

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

Shades of Roman #EA615F

Tints of Roman #EA615F

Color information

#EA615F (or 0xEA615F) is unknown color: approx Roman. HEX triplet: EA, 61 and 5F. RGB value is (234,97,95). Sum of RGB (Red+Green+Blue) = 234+97+95=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA615F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA615F is #159EA0. Grayscale: #898989. Windows color (decimal): -1416865 or 6250986. OLE color: 6250986.

HSL color Cylindrical-coordinate representation of color #EA615F: hue angle of 0.86º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA615F is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB2349795-
CMYK00.590.590.08
HSL0.86º76.8%64.51%-
HSV(B)0.86º59.4%91.76%-
XYZ40.2726.8713.89-
YUV137.74103.89196.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.93%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=54.93%
G=22.77%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234979500.590.590.080.8676.864.51
HexEA615F03B3B814d41
Octal35214113707373101115101
Binary111010101100001101111101110111110111000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA615F; }

 p { color: rgb(234,97,95); }

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

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

 a { background-color: rgb(234,97,95); }

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

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

 span { border-color: rgb(234,97,95); }

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