Html Css Color HEX #E05C55 Roman

📋 copy color: '#E05C55'

red 224 ◦ green 92 ◦ blue 85

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

Shades of Roman #E05C55

Tints of Roman #E05C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.2%

R = 55.86%
G = 22.94%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E05C55 (or 0xE05C55) is known color: Roman. HEX triplet: E0, 5C and 55. RGB value is (224,92,85). Sum of RGB (Red+Green+Blue) = 224+92+85=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C55 is #1FA3AA. Grayscale: #828282. Windows color (decimal): -2073515 or 5594336. OLE color: 5594336.

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

Color convert

RGB 224 92 85 -
CMYK 0 0.59 0.62 0.12
HSL 3.02º 0.69% 0.61% -
HSV(B) 3.02º 0.62% 0.88% -
XYZ 36.21 24.16 11.35 -
YUV 130.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 224 92 85 0 0.59 0.62 0.12 3.02 0.69 0.61
Hex E0 5C 55 0 3B 3E C 3 45 3D
Octal 340 134 125 0 73 76 14 3 105 75
Binary 11100000 1011100 1010101 0 111011 111110 1100 11 1000101 111101

Color Harmonies of #E05C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C55

Black with #E05C55

Text Example


Text Example

White with #E05C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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