Html Css Color HEX #E05A5A Roman

📋 copy color: '#E05A5A'

red 224 ◦ green 90 ◦ blue 90

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

Shades of Roman #E05A5A

Tints of Roman #E05A5A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.28%

 BLUE value IS 90 (35.55% from 255) = 22.28%

R = 55.45%
G = 22.28%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E05A5A (or 0xE05A5A) is known color: Roman. HEX triplet: E0, 5A and 5A. RGB value is (224,90,90). Sum of RGB (Red+Green+Blue) = 224+90+90=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A5A is #1FA5A5. Grayscale: #828282. Windows color (decimal): -2074022 or 5921504. OLE color: 5921504.

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

Color convert

RGB 224 90 90 -
CMYK 0 0.60 0.60 0.12
HSL 0.68% 0.62% -
HSV(B) 0.6% 0.88% -
XYZ 36.24 23.9 12.38 -
YUV 130.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 224 90 90 0 0.60 0.60 0.12 0 0.68 0.62
Hex E0 5A 5A 0 3C 3C C 0 44 3E
Octal 340 132 132 0 74 74 14 0 104 76
Binary 11100000 1011010 1011010 0 111100 111100 1100 0 1000100 111110

Color Harmonies of #E05A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A5A

Black with #E05A5A

Text Example


Text Example

White with #E05A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A5A; }

 p { color: rgb(224,90,90); }

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

background-color css

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

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

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

border-color css

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

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

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