Html Css Color HEX #E06160 Roman

📋 copy color: '#E06160'

red 224 ◦ green 97 ◦ blue 96

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

Shades of Roman #E06160

Tints of Roman #E06160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

 BLUE value IS 96 (37.89% from 255) = 23.02%

R = 53.72%
G = 23.26%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E06160 (or 0xE06160) is known color: Roman. HEX triplet: E0, 61 and 60. RGB value is (224,97,96). Sum of RGB (Red+Green+Blue) = 224+97+96=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E06160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06160 is #1F9E9F. Grayscale: #868686. Windows color (decimal): -2072224 or 6316512. OLE color: 6316512.

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

Color convert

RGB 224 97 96 -
CMYK 0 0.57 0.57 0.12
HSL 0.47º 0.67% 0.63% -
HSV(B) 0.47º 0.57% 0.88% -
XYZ 37.13 25.24 13.98 -
YUV 134.86 106.08 191.58 -
System Red Green Blue C M Y K H S L
Decimal 224 97 96 0 0.57 0.57 0.12 0.47 0.67 0.63
Hex E0 61 60 0 39 39 C 0 43 3F
Octal 340 141 140 0 71 71 14 0 103 77
Binary 11100000 1100001 1100000 0 111001 111001 1100 0 1000011 111111

Color Harmonies of #E06160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06160

Black with #E06160

Text Example


Text Example

White with #E06160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06160; }

 p { color: rgb(224,97,96); }

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

background-color css

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

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

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

border-color css

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

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

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