#EA605D

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

Shades of Roman #EA605D

Tints of Roman #EA605D

Color information

#EA605D (or 0xEA605D) is unknown color: approx Roman. HEX triplet: EA, 60 and 5D. RGB value is (234,96,93). Sum of RGB (Red+Green+Blue) = 234+96+93=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA605D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA605D is #159FA2. Grayscale: #898989. Windows color (decimal): -1417123 or 6119658. OLE color: 6119658.

HSL color Cylindrical-coordinate representation of color #EA605D: hue angle of 1.28º 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 #EA605D is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB2349693-
CMYK00.590.600.08
HSL1.28º77.05%64.12%-
HSV(B)1.28º60.26%91.76%-
XYZ40.0926.6513.39-
YUV136.92103.22197.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.32%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=55.32%
G=22.70%
B=21.99%

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
Decimal234969300.590.600.081.2877.0564.12
HexEA605D03B3C814d40
Octal35214013507374101115100
Binary111010101100000101110101110111111001000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA605D; }

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

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

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

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

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

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

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

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