Html Css Color HEX #E05C5B Roman

📋 copy color: '#E05C5B'

red 224 ◦ green 92 ◦ blue 91

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

Shades of Roman #E05C5B

Tints of Roman #E05C5B

RGB

 RED value IS 224 (87.89% from 255) = 55.04%

 GREEN value IS 92 (36.33% from 255) = 22.6%

 BLUE value IS 91 (35.94% from 255) = 22.36%

R = 55.04%
G = 22.6%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E05C5B (or 0xE05C5B) is known color: Roman. HEX triplet: E0, 5C and 5B. RGB value is (224,92,91). Sum of RGB (Red+Green+Blue) = 224+92+91=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C5B is #1FA3A4. Grayscale: #838383. Windows color (decimal): -2073509 or 5987552. OLE color: 5987552.

HSL color Cylindrical-coordinate representation of color #E05C5B: hue angle of 0.45º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05C5B is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 92 91 -
CMYK 0 0.59 0.59 0.12
HSL 0.45º 0.68% 0.62% -
HSV(B) 0.45º 0.59% 0.88% -
XYZ 36.46 24.26 12.66 -
YUV 131.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 224 92 91 0 0.59 0.59 0.12 0.45 0.68 0.62
Hex E0 5C 5B 0 3B 3B C 0 44 3E
Octal 340 134 133 0 73 73 14 0 104 76
Binary 11100000 1011100 1011011 0 111011 111011 1100 0 1000100 111110

Color Harmonies of #E05C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C5B

Black with #E05C5B

Text Example


Text Example

White with #E05C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C5B; }

 p { color: rgb(224,92,91); }

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

background-color css

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

 a { background-color: rgb(224,92,91); }

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

border-color css

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

 span { border-color: rgb(224,92,91); }

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