Html Css Color HEX #E16560 Roman

📋 copy color: '#E16560'

red 225 ◦ green 101 ◦ blue 96

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

Shades of Roman #E16560

Tints of Roman #E16560

RGB

 RED value IS 225 (88.28% from 255) = 53.32%

 GREEN value IS 101 (39.84% from 255) = 23.93%

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

R = 53.32%
G = 23.93%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E16560 (or 0xE16560) is known color: Roman. HEX triplet: E1, 65 and 60. RGB value is (225,101,96). Sum of RGB (Red+Green+Blue) = 225+101+96=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E16560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16560 is #1E9A9F. Grayscale: #898989. Windows color (decimal): -2005664 or 6317537. OLE color: 6317537.

HSL color Cylindrical-coordinate representation of color #E16560: hue angle of 2.33º degrees, saturation: 0.68, 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 #E16560 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 101 96 -
CMYK 0 0.55 0.57 0.12
HSL 2.33º 0.68% 0.63% -
HSV(B) 2.33º 0.57% 0.88% -
XYZ 37.82 26.16 14.12 -
YUV 137.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 225 101 96 0 0.55 0.57 0.12 2.33 0.68 0.63
Hex E1 65 60 0 37 39 C 2 44 3F
Octal 341 145 140 0 67 71 14 2 104 77
Binary 11100001 1100101 1100000 0 110111 111001 1100 10 1000100 111111

Color Harmonies of #E16560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16560

Black with #E16560

Text Example


Text Example

White with #E16560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16560; }

 p { color: rgb(225,101,96); }

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

background-color css

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

 a { background-color: rgb(225,101,96); }

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

border-color css

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

 span { border-color: rgb(225,101,96); }

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