Html Css Color HEX #E05E5A Roman

📋 copy color: '#E05E5A'

red 224 ◦ green 94 ◦ blue 90

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

Shades of Roman #E05E5A

Tints of Roman #E05E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.04%

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

R = 54.9%
G = 23.04%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E05E5A (or 0xE05E5A) is known color: Roman. HEX triplet: E0, 5E and 5A. RGB value is (224,94,90). Sum of RGB (Red+Green+Blue) = 224+94+90=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E5A is #1FA1A5. Grayscale: #848484. Windows color (decimal): -2072998 or 5922528. OLE color: 5922528.

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

Color convert

RGB 224 94 90 -
CMYK 0 0.58 0.60 0.12
HSL 1.79º 0.68% 0.62% -
HSV(B) 1.79º 0.6% 0.88% -
XYZ 36.59 24.59 12.49 -
YUV 132.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 224 94 90 0 0.58 0.60 0.12 1.79 0.68 0.62
Hex E0 5E 5A 0 3A 3C C 2 44 3E
Octal 340 136 132 0 72 74 14 2 104 76
Binary 11100000 1011110 1011010 0 111010 111100 1100 10 1000100 111110

Color Harmonies of #E05E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E5A

Black with #E05E5A

Text Example


Text Example

White with #E05E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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