Html Css Color HEX #E05F5D Roman

📋 copy color: '#E05F5D'

red 224 ◦ green 95 ◦ blue 93

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

Shades of Roman #E05F5D

Tints of Roman #E05F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.06%

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

R = 54.37%
G = 23.06%
B = 22.57%

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

#E05F5D (or 0xE05F5D) is known color: Roman. HEX triplet: E0, 5F and 5D. RGB value is (224,95,93). Sum of RGB (Red+Green+Blue) = 224+95+93=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F5D is #1FA0A2. Grayscale: #858585. Windows color (decimal): -2072739 or 6119392. OLE color: 6119392.

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

Color convert

RGB 224 95 93 -
CMYK 0 0.58 0.58 0.12
HSL 0.92º 0.68% 0.62% -
HSV(B) 0.92º 0.58% 0.88% -
XYZ 36.81 24.82 13.21 -
YUV 133.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 224 95 93 0 0.58 0.58 0.12 0.92 0.68 0.62
Hex E0 5F 5D 0 3A 3A C 1 44 3E
Octal 340 137 135 0 72 72 14 1 104 76
Binary 11100000 1011111 1011101 0 111010 111010 1100 1 1000100 111110

Color Harmonies of #E05F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F5D

Black with #E05F5D

Text Example


Text Example

White with #E05F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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