Html Css Color HEX #EA5F5E Roman

📋 copy color: '#EA5F5E'

red 234 ◦ green 95 ◦ blue 94

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

Shades of Roman #EA5F5E

Tints of Roman #EA5F5E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

 BLUE value IS 94 (37.11% from 255) = 22.22%

R = 55.32%
G = 22.46%
B = 22.22%

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

#EA5F5E (or 0xEA5F5E) is known color: Roman. HEX triplet: EA, 5F and 5E. RGB value is (234,95,94). Sum of RGB (Red+Green+Blue) = 234+95+94=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5F5E is #15A0A1. Grayscale: #888888. Windows color (decimal): -1417378 or 6184938. OLE color: 6184938.

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

Color convert

RGB 234 95 94 -
CMYK 0 0.59 0.60 0.08
HSL 0.43º 0.77% 0.64% -
HSV(B) 0.43º 0.6% 0.92% -
XYZ 40.04 26.49 13.59 -
YUV 136.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 234 95 94 0 0.59 0.60 0.08 0.43 0.77 0.64
Hex EA 5F 5E 0 3B 3C 8 0 4D 40
Octal 352 137 136 0 73 74 10 0 115 100
Binary 11101010 1011111 1011110 0 111011 111100 1000 0 1001101 1000000

Color Harmonies of #EA5F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5F5E

Black with #EA5F5E

Text Example


Text Example

White with #EA5F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5F5E; }

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

 H1.HeaderClassName
 {
   color: #EA5F5E;
 }
 .AnyTagClassName
 {
   color: #EA5F5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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