Html Css Color HEX #E05D5D Roman

📋 copy color: '#E05D5D'

red 224 ◦ green 93 ◦ blue 93

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

Shades of Roman #E05D5D

Tints of Roman #E05D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.68%

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 54.63%
G = 22.68%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E05D5D (or 0xE05D5D) is known color: Roman. HEX triplet: E0, 5D and 5D. RGB value is (224,93,93). Sum of RGB (Red+Green+Blue) = 224+93+93=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D5D is #1FA2A2. Grayscale: #848484. Windows color (decimal): -2073251 or 6118880. OLE color: 6118880.

HSL color Cylindrical-coordinate representation of color #E05D5D: 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.58%. Process color model (Four color, CMYK) of #E05D5D is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 93 93 -
CMYK 0 0.58 0.58 0.12
HSL 0.68% 0.62% -
HSV(B) 0.58% 0.88% -
XYZ 36.63 24.47 13.15 -
YUV 132.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 224 93 93 0 0.58 0.58 0.12 0 0.68 0.62
Hex E0 5D 5D 0 3A 3A C 0 44 3E
Octal 340 135 135 0 72 72 14 0 104 76
Binary 11100000 1011101 1011101 0 111010 111010 1100 0 1000100 111110

Color Harmonies of #E05D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D5D

Black with #E05D5D

Text Example


Text Example

White with #E05D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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