Html Css Color HEX #E05855 Roman

📋 copy color: '#E05855'

red 224 ◦ green 88 ◦ blue 85

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

Shades of Roman #E05855

Tints of Roman #E05855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

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

R = 56.42%
G = 22.17%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E05855 (or 0xE05855) is known color: Roman. HEX triplet: E0, 58 and 55. RGB value is (224,88,85). Sum of RGB (Red+Green+Blue) = 224+88+85=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E05855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05855 is #1FA7AA. Grayscale: #808080. Windows color (decimal): -2074539 or 5593312. OLE color: 5593312.

HSL color Cylindrical-coordinate representation of color #E05855: hue angle of 1.29º 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 #E05855 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 88 85 -
CMYK 0 0.61 0.62 0.12
HSL 1.29º 0.69% 0.61% -
HSV(B) 1.29º 0.62% 0.88% -
XYZ 35.87 23.48 11.24 -
YUV 128.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 224 88 85 0 0.61 0.62 0.12 1.29 0.69 0.61
Hex E0 58 55 0 3D 3E C 1 45 3D
Octal 340 130 125 0 75 76 14 1 105 75
Binary 11100000 1011000 1010101 0 111101 111110 1100 1 1000101 111101

Color Harmonies of #E05855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05855

Black with #E05855

Text Example


Text Example

White with #E05855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05855; }

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

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

background-color css

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

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

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

border-color css

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

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

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