Html Css Color HEX #E05955 Roman

📋 copy color: '#E05955'

red 224 ◦ green 89 ◦ blue 85

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

Shades of Roman #E05955

Tints of Roman #E05955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.36%

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

R = 56.28%
G = 22.36%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E05955 (or 0xE05955) is known color: Roman. HEX triplet: E0, 59 and 55. RGB value is (224,89,85). Sum of RGB (Red+Green+Blue) = 224+89+85=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E05955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05955 is #1FA6AA. Grayscale: #818181. Windows color (decimal): -2074283 or 5593568. OLE color: 5593568.

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

Color convert

RGB 224 89 85 -
CMYK 0 0.60 0.62 0.12
HSL 1.73º 0.69% 0.61% -
HSV(B) 1.73º 0.62% 0.88% -
XYZ 35.95 23.65 11.26 -
YUV 128.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 224 89 85 0 0.60 0.62 0.12 1.73 0.69 0.61
Hex E0 59 55 0 3C 3E C 2 45 3D
Octal 340 131 125 0 74 76 14 2 105 75
Binary 11100000 1011001 1010101 0 111100 111110 1100 10 1000101 111101

Color Harmonies of #E05955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05955

Black with #E05955

Text Example


Text Example

White with #E05955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05955; }

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

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

background-color css

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

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

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

border-color css

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

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

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