Html Css Color HEX #EA5F5D Roman

📋 copy color: '#EA5F5D'

red 234 ◦ green 95 ◦ blue 93

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

Shades of Roman #EA5F5D

Tints of Roman #EA5F5D

RGB

 RED value IS 234 (91.8% 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 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

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

RGB 234 95 93 -
CMYK 0 0.59 0.60 0.08
HSL 0.85º 0.77% 0.64% -
HSV(B) 0.85º 0.6% 0.92% -
XYZ 40 26.47 13.36 -
YUV 136.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 234 95 93 0 0.59 0.60 0.08 0.85 0.77 0.64
Hex EA 5F 5D 0 3B 3C 8 1 4D 40
Octal 352 137 135 0 73 74 10 1 115 100
Binary 11101010 1011111 1011101 0 111011 111100 1000 1 1001101 1000000

Color Harmonies of #EA5F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5F5D

Black with #EA5F5D

Text Example


Text Example

White with #EA5F5D

Text Example


Text Example

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