#EA5F5D

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

Shades of Roman #EA5F5D

Tints of Roman #EA5F5D

Color information

#EA5F5D (or 0xEA5F5D) is unknown color: approx Roman. HEX triplet: EA, 5F and 5D. RGB value is (234,95,93). Sum of RGB (Red+Green+Blue) = 234+95+93=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5F5D is #15A0A2. Grayscale: #888888. Windows color (decimal): -1417379 or 6119402. OLE color: 6119402.

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

Color convert

RGB2349593-
CMYK00.590.600.08
HSL0.85º77.05%64.12%-
HSV(B)0.85º60.26%91.76%-
XYZ4026.4713.36-
YUV136.33103.55197.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.45%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=55.45%
G=22.51%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234959300.590.600.080.8577.0564.12
HexEA5F5D03B3C814d40
Octal35213713507374101115100
Binary111010101011111101110101110111111001000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5F5D; }

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

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

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

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

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

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

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

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