Html Css Color HEX #EA605D Roman

📋 copy color: '#EA605D'

red 234 ◦ green 96 ◦ blue 93

#EA605D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #EA605D

Tints of Roman #EA605D

RGB

 RED value IS 234 (91.8% from 255) = 55.32%

 GREEN value IS 96 (37.89% from 255) = 22.7%

 BLUE value IS 93 (36.72% from 255) = 21.99%

R = 55.32%
G = 22.7%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA605D (or 0xEA605D) is known color: 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

RGB 234 96 93 -
CMYK 0 0.59 0.60 0.08
HSL 1.28º 0.77% 0.64% -
HSV(B) 1.28º 0.6% 0.92% -
XYZ 40.09 26.65 13.39 -
YUV 136.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 234 96 93 0 0.59 0.60 0.08 1.28 0.77 0.64
Hex EA 60 5D 0 3B 3C 8 1 4D 40
Octal 352 140 135 0 73 74 10 1 115 100
Binary 11101010 1100000 1011101 0 111011 111100 1000 1 1001101 1000000

Color Harmonies of #EA605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA605D

Black with #EA605D

Text Example


Text Example

White with #EA605D

Text Example


Text Example

HTML Codes & Css Web 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>